An open API service indexing awesome lists of open source software.

https://github.com/jsfraz/video-over-udp-sockets

Simple video streaming over UDP sockets using Python. Java and Python clients with face recognition.
https://github.com/jsfraz/video-over-udp-sockets

face-recognition java java-swing opencv python python3 sockets udp video-streaming

Last synced: 3 months ago
JSON representation

Simple video streaming over UDP sockets using Python. Java and Python clients with face recognition.

Awesome Lists containing this project

README

          

# Video over UDP sockets
- receive images from sockets
- clients have face recognition
## Installing Python dependencies
`sudo pip3 install opencv-python numpy`
## Results
### Python
Run `python3 client.py` to start the client.





You can press Q to exit.

### Java