49#ifndef AR_VIDEO_V4L2_H
50#define AR_VIDEO_V4L2_H
unsigned int ARUint32
Definition: ar.h:94
A structure which carries information about a video frame retrieved by the video library.
Definition: ar.h:148
Structure holding camera parameters, including image size, projection matrix and lens distortion para...
Definition: param.h:99
Values describing a list of video sources.
Definition: video.h:292
int ar2VideoSetParamdV4L2(AR2VideoParamV4L2T *vid, int paramName, double value)
int ar2VideoCloseV4L2(AR2VideoParamV4L2T *vid)
int ar2VideoSetParamiV4L2(AR2VideoParamV4L2T *vid, int paramName, int value)
int ar2VideoGetParamiV4L2(AR2VideoParamV4L2T *vid, int paramName, int *value)
int ar2VideoGetSizeV4L2(AR2VideoParamV4L2T *vid, int *x, int *y)
int ar2VideoCapStopV4L2(AR2VideoParamV4L2T *vid)
AR2VideoBufferT * ar2VideoGetImageV4L2(AR2VideoParamV4L2T *vid)
int ar2VideoGetParamsV4L2(AR2VideoParamV4L2T *vid, const int paramName, char **value)
struct _AR2VideoParamV4L2T AR2VideoParamV4L2T
Definition: videoV4L2.h:58
int ar2VideoSetParamsV4L2(AR2VideoParamV4L2T *vid, const int paramName, const char *value)
int ar2VideoGetIdV4L2(AR2VideoParamV4L2T *vid, ARUint32 *id0, ARUint32 *id1)
int ar2VideoCapStartV4L2(AR2VideoParamV4L2T *vid)
AR_PIXEL_FORMAT ar2VideoGetPixelFormatV4L2(AR2VideoParamV4L2T *vid)
AR2VideoParamV4L2T * ar2VideoOpenV4L2(const char *config)
int ar2VideoGetParamdV4L2(AR2VideoParamV4L2T *vid, int paramName, double *value)
ARVideoSourceInfoListT * ar2VideoCreateSourceInfoListV4L2(const char *config_in)
int ar2VideoDispOptionV4L2(void)