![]() |
MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
|
A simple video receiver example. More...
#include <assert.h>
#include <capture.h>
#include <capture_yuyv.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <linux/videodev2.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
struct | image_info_t |
Functions | |
void | YUV422toBGR888 (int width, int height, unsigned char *src, unsigned char *dst) |
int | SaveImageUncompressed (const unsigned char *image, const char *szFilename, image_info_t *info, int type) |
A simple video receiver example.