Go to the source code of this file.
|
int | ar2VideoDispOptionV4L2 (void) |
|
AR2VideoParamV4L2T * | ar2VideoOpenV4L2 (const char *config) |
|
int | ar2VideoCloseV4L2 (AR2VideoParamV4L2T *vid) |
|
int | ar2VideoGetIdV4L2 (AR2VideoParamV4L2T *vid, ARUint32 *id0, ARUint32 *id1) |
|
int | ar2VideoGetSizeV4L2 (AR2VideoParamV4L2T *vid, int *x, int *y) |
|
AR_PIXEL_FORMAT | ar2VideoGetPixelFormatV4L2 (AR2VideoParamV4L2T *vid) |
|
AR2VideoBufferT * | ar2VideoGetImageV4L2 (AR2VideoParamV4L2T *vid) |
|
int | ar2VideoCapStartV4L2 (AR2VideoParamV4L2T *vid) |
|
int | ar2VideoCapStopV4L2 (AR2VideoParamV4L2T *vid) |
|
int | ar2VideoGetParamiV4L2 (AR2VideoParamV4L2T *vid, int paramName, int *value) |
|
int | ar2VideoSetParamiV4L2 (AR2VideoParamV4L2T *vid, int paramName, int value) |
|
int | ar2VideoGetParamdV4L2 (AR2VideoParamV4L2T *vid, int paramName, double *value) |
|
int | ar2VideoSetParamdV4L2 (AR2VideoParamV4L2T *vid, int paramName, double value) |
|
int | ar2VideoGetParamsV4L2 (AR2VideoParamV4L2T *vid, const int paramName, char **value) |
|
int | ar2VideoSetParamsV4L2 (AR2VideoParamV4L2T *vid, const int paramName, const char *value) |
|
ARVideoSourceInfoListT * | ar2VideoCreateSourceInfoListV4L2 (const char *config_in) |
|
◆ AR2VideoParamV4L2T
◆ ar2VideoCapStartV4L2()
◆ ar2VideoCapStopV4L2()
◆ ar2VideoCloseV4L2()
◆ ar2VideoCreateSourceInfoListV4L2()
◆ ar2VideoDispOptionV4L2()
int ar2VideoDispOptionV4L2 |
( |
void |
| ) |
|
◆ ar2VideoGetIdV4L2()
◆ ar2VideoGetImageV4L2()
◆ ar2VideoGetParamdV4L2()
◆ ar2VideoGetParamiV4L2()
◆ ar2VideoGetParamsV4L2()
int ar2VideoGetParamsV4L2 |
( |
AR2VideoParamV4L2T * |
vid, |
|
|
const int |
paramName, |
|
|
char ** |
value |
|
) |
| |
◆ ar2VideoGetPixelFormatV4L2()
◆ ar2VideoGetSizeV4L2()
◆ ar2VideoOpenV4L2()
◆ ar2VideoSetParamdV4L2()
◆ ar2VideoSetParamiV4L2()
◆ ar2VideoSetParamsV4L2()
int ar2VideoSetParamsV4L2 |
( |
AR2VideoParamV4L2T * |
vid, |
|
|
const int |
paramName, |
|
|
const char * |
value |
|
) |
| |