NET_DVR_JPEGPICTURE_WITH_APPENDDATA

JPEG Picture Information Structure

Member

Data Type

Description

dwSize

DWORD

Structure size

dwChannel

DWORD

Channel No.

dwJpegPicLen

DWORD

JPEG picture length

pJpegPicBuff

char*

Pointer to JPEG picture

dwJpegPicWidth

DWORD

Picture width

dwJpegPicHeight

DWORD

Picture height

dwP2PDataLen

DWORD

Length of pixel-to-pixel thermometry data.

pP2PDataBuff

char*

Pointer to pixel-to-pixel thermometry data.

byIsFreezedata

BYTE

Whether freezes the data: 0-no, 1-yes.

Note:

Freeze here indicates that during adjusting the shutter or changing temperature level, the device keeps a record of the raw data without updating. In the process, the image and temperature measurement information remains unchanged.

byRes

Array of BYTE

Reserved, and set to 0.