JCam DLL API Reference
tagImage Struct Reference

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...
 

Detailed Description

Image data from the scanner.

Member Data Documentation

◆ exposureTime

INT32 tagImage::exposureTime

How many 10 microsecond units the camera was exposed.

◆ image

UINT8 tagImage::image[MAX_HORIZONTAL *MAX_VERTICAL]

The image pixels.

MAX_VERTICAL and MAX_HORIZONTAL are defined in jsConstants.

◆ numberHorizontal

INT32 tagImage::numberHorizontal

The number of horizontal pixels.

◆ numberVertical

INT32 tagImage::numberVertical

The number of vertical pixels.

◆ reserved1

INT32 tagImage::reserved1

Currently unused.

◆ reserved2

INT32 tagImage::reserved2

Currently unused.


The documentation for this struct was generated from the following file: