22#include <linux/videodev2.h>
39void YUV422toBGR888(
int width,
int height,
unsigned char *src,
unsigned char *dst);
40int SaveImageUncompressed(
const unsigned char *image,
const char *szFilename,
image_info_t *info,
int type);
A simple video receiver example.
A simple video receiver example.
Definition capture_yuyv.c:94