Skip to content

Simple UDP stream implementation using sockets.

Notifications You must be signed in to change notification settings

fcayci/udp-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-stream

Simple UDP stream implementation using sockets.

  • Client grabs camera data, compresses to JPEG using OpenCV and sends over using udp sockets. Frame rate can be set if needed.
  • Server waits for packet and displays it on screen.

About

Simple UDP stream implementation using sockets.

Resources

Stars

Watchers

Forks