Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 752 Bytes

Real-Time Camera Stream Viewer

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.

Features

  • 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.

Installation

  1. 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