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