天嵌二次封装库使用手册
V2.1.2
|
#include <libhardware.h>
宏定义 | |
#define | UVC_API |
函数 | |
UVC_API int | tq_uvc_init (char *dev_name, int width, int high, int fps, void **buff) |
UVC_API int | tq_uvc_check (char *dev) |
UVC_API int | tq_uvc_args (int fd, int *width, int *high) |
UVC_API int | tq_uvc_format (int fd, struct uvc_struct_format **) |
UVC_API struct uvc_struct_Attributes | tq_uvc_Attributes (int fd) |
UVC_API int | tq_uvc_capturing (int fd) |
UVC_API int | tq_uvc_release (int fd, int index) |
UVC_API int | tq_uvc_close (int fd, void **buff) |
UVC_API int tq_uvc_args | ( | int | fd, |
int * | width, | ||
int * | high | ||
) |
UVC_API struct uvc_struct_Attributes tq_uvc_Attributes | ( | int | fd | ) |
UVC_API int tq_uvc_capturing | ( | int | fd | ) |
UVC_API int tq_uvc_check | ( | char * | dev | ) |
UVC_API int tq_uvc_close | ( | int | fd, |
void ** | buff | ||
) |
UVC_API int tq_uvc_format | ( | int | fd, |
struct uvc_struct_format ** | |||
) |
UVC_API int tq_uvc_init | ( | char * | dev_name, |
int | width, | ||
int | high, | ||
int | fps, | ||
void ** | buff | ||
) |
UVC_API int tq_uvc_release | ( | int | fd, |
int | index | ||
) |