Skip to content

This script is designed for real-time video streaming from an IP camera using Python. It's particularly useful for monitoring or surveillance applications where live video feed is essential. The script captures frames from the camera over a network and displays them using OpenCV, providing a simple yet effective way to view real-time video.

Notifications You must be signed in to change notification settings

vigneshcsengineer/ESP32cam-using-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

This script is designed for real-time video streaming from an IP camera using Python. It's particularly useful for monitoring or surveillance applications where live video feed is essential. The script captures frames from the camera over a network and displays them using OpenCV, providing a simple yet effective way to view real-time video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published