Image data from the scanner. More...
#include <jcam_dll.h>
Public Attributes | |
INT32 | exposureTime |
How many 10 microsecond units the camera was exposed. More... | |
INT32 | reserved1 |
Currently unused. More... | |
INT32 | reserved2 |
Currently unused. More... | |
INT32 | numberHorizontal |
The number of horizontal pixels. More... | |
INT32 | numberVertical |
The number of vertical pixels. More... | |
UINT8 | image [MAX_HORIZONTAL *MAX_VERTICAL] |
The image pixels. More... | |
Image data from the scanner.
INT32 tagImage::exposureTime |
How many 10 microsecond units the camera was exposed.
UINT8 tagImage::image[MAX_HORIZONTAL *MAX_VERTICAL] |
The image pixels.
MAX_VERTICAL
and MAX_HORIZONTAL
are defined in jsConstants
.
INT32 tagImage::numberHorizontal |
The number of horizontal pixels.
INT32 tagImage::numberVertical |
The number of vertical pixels.
INT32 tagImage::reserved1 |
Currently unused.
INT32 tagImage::reserved2 |
Currently unused.