30 #ifndef OPENCVDEMO_FPS
31 #define OPENCVDEMO_FPS 0
struct video_listener * cv_add_to_device(struct video_config_t *device, cv_function func, uint16_t fps, uint8_t id)
Computer vision framework for onboard processing.
#define OPENCVDEMO_FPS
Default FPS (zero means run at camera fps)
struct image_t * opencv_func(struct image_t *img, uint8_t camera_id)
void opencvdemo_init(void)
void * buf
Image buffer (depending on the image_type)
enum image_type type
The image type.
@ IMAGE_YUV422
UYVY format (uint16 per pixel)
PRINT_CONFIG_VAR(ONELOOP_ANDI_FILT_CUTOFF)
int opencv_example(char *img, int width, int height)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.