Description: int GetImage(int number, unsigned char** buffer, unsigned long*
psize, IMAGE_RESOLUTION resolution, float zoom, int dx, int dy)
Returns camera image in jpeg format. Note that for zoom = 1 the returned image size is determined by the
values of cpHEIGHT and cpWIDTH with default size being smaller than maximum possible value in the
case of AV3100, AV5100 and AV3130.
o pbuffer –pointer to the memory buffer containing the image (input/output parameter)
o psize – pointer to the size of received image
o resolution – imFULL, imHALF, imZOOM as described above
o zoom – determines the size of the window requested from the camera. Valid values are
from 1.0 to 0.05. If zoom=1.0 and resolution=imFULL then the full image is requested. For zoom
File list (Check if you may need any files):
SDK 2.7.4.60\AV SDK_2.7.4.pdf
............\AV2000SDK.dll
............\AV2000Types.h
............\AVErrorCodes.h
............\AVLoadDll.cpp
............\AVLoadDll.h
SDK 2.7.4.60