Skip to content

Instantly share code, notes, and snippets.

@vncupidvn
vncupidvn / capture.c
Last active August 29, 2015 14:07 — forked from bellbind/capture.c
/*
* capturing from UVC cam
* requires: libjpeg-dev
* build: gcc -std=c99 capture.c -ljpeg -o capture
*/
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>