This Python script connects to an IP camera and displays the real-time video stream in a window using OpenCV.
- Python 3.x
- OpenCV (cv2)
- NumPy
- 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 4.Press 'q' to stop streaming window.