You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very simple example of how to show webcam with sdl on linux. I forked this from djtrance/webcam_viewer and split the SDL rendering part away from the camera capture part in order to be able to use the camera capture part with something other than SDL, eventually.
very simple example of how to show webcam with sdl on linux
1.- the first time you need to run this command:
./install_dependency.sh
2.- to build the program use
make
Command to check the formats from the camera
v4l2-ctl --list-formats
About
Very simple example of how to show webcam with sdl on linux. I forked this from djtrance/webcam_viewer and split the SDL rendering part away from the camera capture part in order to be able to use the camera capture part with something other than SDL, eventually.