天嵌二次封装库使用手册  V2.1.2
tq_uvc.h 文件参考
#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)
 

详细描述

日期
2024-12-09

在文件 tq_uvc.h 中定义.

宏定义说明

#define UVC_API

在文件 tq_uvc.h17 行定义.

函数说明

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 
)