Skip to content
/ webcam Public
forked from yushuhuang/webcam

webcam streaming with OpenCV and UDP using Python

Notifications You must be signed in to change notification settings

nexusdk/webcam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

webcam

Simple Webcam Streaming with OpenCV and UDP using Python.

To use it, you have to install OpenCV on your computer.

For more information about OpenCV goto http://opencv.org

numpy is also required.

I use openCV to capture image from my webcam, and compress it to jpeg and save it to local directory.

To make my application simple, I use OpenCV built in function imshow() to display the video.

The other part of my application is simply UDP Socket programming.

In conclusion, it is a simple demo application mainly aiming at solving the problem.

About

webcam streaming with OpenCV and UDP using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%