7 #ifndef LINUX_LIBV2_SOURCE_USB_CAMERA_TQ_UVC_H_ 8 #define LINUX_LIBV2_SOURCE_USB_CAMERA_TQ_UVC_H_ 15 #define UVC_API extern "C" UVC_API int tq_uvc_check(char *dev)
UVC_API int tq_uvc_format(int fd, struct uvc_struct_format **)
UVC_API int tq_uvc_capturing(int fd)
UVC_API struct uvc_struct_Attributes tq_uvc_Attributes(int fd)
UVC_API int tq_uvc_release(int fd, int index)
UVC_API int tq_uvc_args(int fd, int *width, int *high)
UVC_API int tq_uvc_init(char *dev_name, int width, int high, int fps, void **buff)
UVC_API int tq_uvc_close(int fd, void **buff)