camera.h
来自「Xcale270Bsp包,wince平台」· C头文件 代码 · 共 13 行
H
13 行
#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 + =
减小字号Ctrl + -
显示快捷键?