Skip to content

This project is a Python script that connects to an IP camera to display a real-time video stream using OpenCV. The script continuously captures frames from the camera and displays them in a window. The user can view the live stream and press the 'q' key to exit the window.

Notifications You must be signed in to change notification settings

vigneshcsengineer/ESP32CAM-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Real-Time Camera Stream Viewer

This Python script connects to an IP camera and displays the real-time video stream in a window using OpenCV.

Requirements

  • Python 3.x
  • OpenCV (cv2)
  • NumPy

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 4.Press 'q' to stop streaming window.

About

This project is a Python script that connects to an IP camera to display a real-time video stream using OpenCV. The script continuously captures frames from the camera and displays them in a window. The user can view the live stream and press the 'q' key to exit the window.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published