Skip to content

Stream video frames from ip camera and reduce delay by using buffer

Notifications You must be signed in to change notification settings

supataragul/StreamBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Stream buffer

To prevent lagging when streaming video from an IP camera, using a buffer with threading can reduce the lagging issue.

  1. Install Python:

    • Using Python 3.7.2:

        https://www.python.org/downloads/
      
    • Set Environment Variable:

        C:\Users\...\AppData\Local\Programs\Python\Python37-32\
        
        C:\Users\...\AppData\Local\Programs\Python\Python37-32\Scripts\
      
    • pip install:

        pip install opencv-python
      

About

Stream video frames from ip camera and reduce delay by using buffer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages