Skip to content

Simple program in C++ that allows the visualization of JPEG encoded images received through UDP sockets.

License

Notifications You must be signed in to change notification settings

grvc-robotics-lab/visual-feedback-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

visual-feedback-display

Simple program in C++ that allows the visualization of JPEG encoded images received through UDP sockets.

Requirements

OpenCV 4.10. Previous version should be also compatible.

Install

Download or clone the software in your preferred directory. Create a build folder (mkdir build), go within it (cd build), generate the compilation files (cmake ..), and compile (make).

Usage

Specify as input argument to the program the UDP port for receiving the JPEG compressed image sent by the VisualFeedback program.

About

Simple program in C++ that allows the visualization of JPEG encoded images received through UDP sockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published