#include <ardrone_autonomy/video.h>
Go to the source code of this file.
Defines | |
#define | CAMIF_H_CAMERA_USED CAMIF_CAMERA_OVTRULY |
#define | NB_STAGES 10 |
Functions | |
C_RESULT | export_stage_close (void *cfg, vp_api_io_data_t *in, vp_api_io_data_t *out) |
C_RESULT | export_stage_open (void *cfg, vp_api_io_data_t *in, vp_api_io_data_t *out) |
C_RESULT | export_stage_transform (void *cfg, vp_api_io_data_t *in, vp_api_io_data_t *out) |
Variables | |
unsigned char | buffer [MAX_STREAM_WIDTH *MAX_STREAM_HEIGHT *3] |
long int | current_frame_id = 0 |
const vp_api_stage_funcs_t | vp_stages_export_funcs |
#define CAMIF_H_CAMERA_USED CAMIF_CAMERA_OVTRULY |
C_RESULT export_stage_close | ( | void * | cfg, |
vp_api_io_data_t * | in, | ||
vp_api_io_data_t * | out | ||
) |
C_RESULT export_stage_open | ( | void * | cfg, |
vp_api_io_data_t * | in, | ||
vp_api_io_data_t * | out | ||
) |
C_RESULT export_stage_transform | ( | void * | cfg, |
vp_api_io_data_t * | in, | ||
vp_api_io_data_t * | out | ||
) |
unsigned char buffer[MAX_STREAM_WIDTH *MAX_STREAM_HEIGHT *3] |
long int current_frame_id = 0 |
const vp_api_stage_funcs_t vp_stages_export_funcs |
{ NULL, (vp_api_stage_open_t)export_stage_open, (vp_api_stage_transform_t)export_stage_transform, (vp_api_stage_close_t)export_stage_close }