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

📄 spcaframe.h

📁 linux arm开发板上的usb摄像头接口驱动程序
💻 H
字号:
struct frame_t{	char header[5];	int nbframe;	double seqtimes;	int deltatimes;	int w;	int h;	int size;	int format;	unsigned short bright;	unsigned short contrast;	unsigned short colors;	unsigned short exposure;	unsigned char wakeup;	int acknowledge;	} __attribute__ ((packed));  struct client_t{	char message[4];	unsigned char x;	unsigned char y;	unsigned char fps;	unsigned char updobright;	unsigned char updocontrast;	unsigned char updocolors;	unsigned char updoexposure;	unsigned char updosize;	unsigned char sleepon;	} __attribute__ ((packed));

⌨️ 快捷键说明

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