This website requires JavaScript.
Explore
Help
Sign In
uvos
/
VideoSender
Watch
1
Star
0
Fork
You've already forked VideoSender
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
A very low latency tool that grabs video from v4l2 devices and streams mjpeg video to via the network
7
commits
1
branch
0
tags
75
KiB
C++
97.9%
CMake
1.2%
C
0.9%
5651f185ff
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
uvos
5651f185ff
use V4L2_PIX_FMT_MJPEG instead of V4L2_PIX_FMT_JPEG
2023-11-18 14:26:31 +01:00
CMakeLists.txt
add -lstdc++fs for gcc <9
2023-11-18 14:12:03 +01:00
image.h
intial commit
2023-11-18 14:07:27 +01:00
jpeg_img.cpp
intial commit
2023-11-18 14:07:27 +01:00
jpeg_img.h
intial commit
2023-11-18 14:07:27 +01:00
main.cpp
add some missing newlines in output
2023-11-18 14:18:08 +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 V4L2_PIX_FMT_MJPEG instead of V4L2_PIX_FMT_JPEG
2023-11-18 14:26:31 +01:00
webcam.h
intial commit
2023-11-18 14:07:27 +01:00