This project is a Python script that connects to an IP camera and displays the real-time video stream using OpenCV and NumPy. The script continuously captures frames from the camera, allowing the user to monitor the video feed in real-time. The user can press the 'q' key to exit the streaming window.
- Connect to an IP camera and stream live video.
- Display the video feed in a window using OpenCV.
- Exit the streaming session by pressing the 'q' key.
- Clone the repository:
git clone https://github.com/yourusername/repositoryname.git cd repositoryname
2.Install required libraries pip install opencv-python numpy 3.Run the script python stream_viewer.py