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.
- Host: GitHub
- URL: https://github.com/jsfraz/video-over-udp-sockets
- Owner: jsfraz
- Created: 2023-03-14T19:24:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T17:53:45.000Z (over 3 years ago)
- Last Synced: 2025-06-14T16:02:23.822Z (about 1 year ago)
- Topics: face-recognition, java, java-swing, opencv, python, python3, sockets, udp, video-streaming
- Language: Java
- Homepage:
- Size: 953 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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