Skip to content

Instantly share code, notes, and snippets.

View BeckmaR's full-sized avatar

Rene Beckmann BeckmaR

View GitHub Profile
@BeckmaR
BeckmaR / capture_raw_frames.c
Created February 2, 2016 17:55 — forked from maxlapshin/capture_raw_frames.c
v4l2 capture example
/*
* V4L2 video capture example
*
* This program can be used and distributed without restrictions.
*
* This program is provided with the V4L2 API
* see http://linuxtv.org/docs.php for more information
*/
#include <stdio.h>