#include "opt_nm33_camera.h"
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | CLEAR(x) memset (&(x), 0, sizeof (x)) |
Functions | |
static bool | mjpeg_to_rgb24 (int width, int height, unsigned char *src, int length, unsigned char *dst) |
static bool mjpeg_to_rgb24 | ( | int | width, |
int | height, | ||
unsigned char * | src, | ||
int | length, | ||
unsigned char * | dst | ||
) | [static] |
Definition at line 19 of file opt_nm33_camera.cpp.