#include <sys/time.h>
#include <fcntl.h>
Go to the source code of this file.
|
| typedef int(* | T_CB_APP) (unsigned int inst, unsigned char *buffer, unsigned int size, struct timeval *frame_us) |
| |
|
| int | clpe_getFrameAnyCam (int *p_camera_id, unsigned char **p_buffer, unsigned int *p_size, struct timeval *pt_camera_timeStamp) |
| |
| int | clpe_getFrameWithCamId (int camera_id, unsigned char **p_buffer, unsigned int *p_size, struct timeval *pt_camera_timeStamp) |
| |
| int | clpe_startStream (T_CB_APP cb_app, char use_cam_0, char use_cam_1, char use_cam_2, char use_cam_3, int display_on) |
| |
| int | clpe_stopStream (void) |
| |
◆ ERROR_CREATE_TASK
| #define ERROR_CREATE_TASK -1 |
◆ ERROR_NO_FRAME
| #define ERROR_NO_FRAME -2 |
◆ ERROR_NONE
◆ ERROR_NOT_AVALIABLE_CAM_ID
| #define ERROR_NOT_AVALIABLE_CAM_ID -3 |
◆ T_CB_APP
| typedef int(* T_CB_APP) (unsigned int inst, unsigned char *buffer, unsigned int size, struct timeval *frame_us) |
◆ clpe_getFrameAnyCam()
| int clpe_getFrameAnyCam |
( |
int * |
p_camera_id, |
|
|
unsigned char ** |
p_buffer, |
|
|
unsigned int * |
p_size, |
|
|
struct timeval * |
pt_camera_timeStamp |
|
) |
| |
◆ clpe_getFrameWithCamId()
| int clpe_getFrameWithCamId |
( |
int |
camera_id, |
|
|
unsigned char ** |
p_buffer, |
|
|
unsigned int * |
p_size, |
|
|
struct timeval * |
pt_camera_timeStamp |
|
) |
| |
◆ clpe_startStream()
| int clpe_startStream |
( |
T_CB_APP |
cb_app, |
|
|
char |
use_cam_0, |
|
|
char |
use_cam_1, |
|
|
char |
use_cam_2, |
|
|
char |
use_cam_3, |
|
|
int |
display_on |
|
) |
| |
◆ clpe_stopStream()
| int clpe_stopStream |
( |
void |
| ) |
|