A very low latency tool that grabs video from v4l2 devices and streams mjpeg video to via the network
Find a file
2023-11-18 16:26:20 +01:00
CMakeLists.txt add -lstdc++fs for gcc <9 2023-11-18 14:12:03 +01:00
image.h add support to passthough mjpeg images 2023-11-18 16:23:52 +01:00
jpeg_img.cpp use correct deleter for data pointer 2023-11-18 16:26:20 +01:00
jpeg_img.h intial commit 2023-11-18 14:07:27 +01:00
main.cpp add support to passthough mjpeg images 2023-11-18 16:23:52 +01:00
options.h add missin break that was causing the yres to leak into the overlay option 2023-11-18 14:18:44 +01:00
overlay.data intial commit 2023-11-18 14:07:27 +01:00
webcam.cpp use correct deleter for data pointer 2023-11-18 16:26:20 +01:00
webcam.h add support to passthough mjpeg images 2023-11-18 16:23:52 +01:00