#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.
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) |
| #define CLEAR | ( | x | ) | memset (&(x), 0, sizeof (x)) |
Definition at line 16 of file opt_nm33_camera.cpp.
| static bool mjpeg_to_rgb24 | ( | int | width, |
| int | height, | ||
| unsigned char * | src, | ||
| int | length, | ||
| unsigned char * | dst | ||
| ) | [static] |
Definition at line 20 of file opt_nm33_camera.cpp.