Simple program in C++ that allows the visualization of JPEG encoded images received through UDP sockets.
OpenCV 4.10. Previous version should be also compatible.
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).
Specify as input argument to the program the UDP port for receiving the JPEG compressed image sent by the VisualFeedback program.