|
天嵌二次封装库使用手册
V2.1.2
|

类 | |
| struct | uvc_struct_camera_data |
| struct | uvc_struct_videobuffer |
| struct | uvc_struct_v4l_args |
| struct | uvc_struct_Attributes |
| struct | uvc_struct_format |
宏定义 | |
| #define | UVC_API |
函数 | |
| UVC_API int | camera_test () |
| UVC_API int | uvc_init (char *dev_name, int width, int high, int fps, void **buff) |
| UVC_API int | uvc_check (char *dev) |
| UVC_API int | uvc_args (int fd, int *width, int *high) |
| UVC_API int | uvc_format (int fd, struct uvc_struct_format **) |
| UVC_API struct uvc_struct_Attributes | uvc_Attributes (int fd) |
| UVC_API int | uvc_capturing (int fd) |
| UVC_API int | uvc_release (int fd, int index) |
| UVC_API int | uvc_close (int fd, void **buff) |
| UVC_API int camera_test | ( | ) |
| UVC_API int uvc_args | ( | int | fd, |
| int * | width, | ||
| int * | high | ||
| ) |
| UVC_API struct uvc_struct_Attributes uvc_Attributes | ( | int | fd | ) |
| UVC_API int uvc_capturing | ( | int | fd | ) |
| UVC_API int uvc_check | ( | char * | dev | ) |
| UVC_API int uvc_close | ( | int | fd, |
| void ** | buff | ||
| ) |
| UVC_API int uvc_format | ( | int | fd, |
| struct uvc_struct_format ** | |||
| ) |
| UVC_API int uvc_init | ( | char * | dev_name, |
| int | width, | ||
| int | high, | ||
| int | fps, | ||
| void ** | buff | ||
| ) |
| UVC_API int uvc_release | ( | int | fd, |
| int | index | ||
| ) |