Data Fields
MV_CC_IMAGE Struct Reference

Image information. More...

Data Fields

unsigned int nWidth
 Image width. More...
 
unsigned int nHeight
 Image height. More...
 
enum MvGvspPixelType enPixelType
 ~chinese 像素格式 Pixel format. More...
 
unsigned char * pImageBuf
 Image buffer. More...
 
uint64_t nImageBufSize
 Image buffer size. More...
 
uint64_t nImageLen
 Image length. More...
 
unsigned int nReserved [4]
 Reserved. More...
 

Detailed Description

Image information.

Examples
Display.cpp, ImageSave.cpp, and MultiLightCtrl_ImageStitching.cpp.