⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 videodevfix.h

📁 在Linux下用于webeye的摄像头的驱动
💻 H
字号:
#ifndef VIDEODEVFIX_H#define VIDEODEVFIX_H#include <sys/types.h>typedef int8_t    __s8;typedef u_int8_t  __u8;typedef int16_t   __s16;typedef u_int16_t __u16;typedef int32_t   __s32;typedef u_int32_t __u32;typedef int64_t   __s64;typedef u_int64_t __u64;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -