📄 camera.h
字号:
#define MAX_FRAMES 3
typedef struct
{
unsigned long VideoWidth; // app fills this in
unsigned long VideoHeight; // app fills this in
unsigned long StillWidth; // app fills this in
unsigned long StillHeight; // app fills this in
unsigned long CaptureFormat; // app fills this in
unsigned long FrameRate; // app fills this in
void *ring_buffer_address[MAX_FRAMES]; // driver fills this in
BOOL bFrame_available; // driver maintains this
} CAMERA_APP_T, *P_CAMERA_APP_T;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -