V4l2 Framebuffer Save

Map frame from USB camera to Linux framebuffer

Project README

v4l2_framebuffer

Maps the frames from a camera to the display framebuffer.

To check the supported resolutions:

$ v4l2-ctl --list-formats-ext

By default, 640x480 is used. You can specify the resolution via commandline paramters.
The first parameters will be the width, the second one will be the height.

To change your desired resolution, edit macro IM_WIDTH, IM_HEIGHT inside video_capture.h

Press q, followed by a press of return, to quit.

This was borrowed from OpenCV's waitKey function.

Example

Open Source Agenda is not affiliated with "V4l2 Framebuffer" Project. README Source: lincolnhard/v4l2-framebuffer
Stars
52
Open Issues
6
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating