spcaframe.h

来自「linux arm开发板上的usb摄像头接口驱动程序」· C头文件 代码 · 共 30 行

H
30
字号
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 + =
减小字号Ctrl + -
显示快捷键?