cnshijin / v4l2-framebuffer

Map frame from USB camera to Linux framebuffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v4l2_framebuffer

Map frame from USB camera to Linux framebuffer

Check supported USB camera resolutions: $v4l2-ctl --list-formats-ext

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

Press 'q' and enter to stop query(borrow the idea from OpenCV waitKey function)

crop

About

Map frame from USB camera to Linux framebuffer


Languages

Language:C 100.0%