Impact Acquire SDK Java
|
Currently available for mvTITAN/mvGAMMA-CL (deprecated. More...
Static Public Attributes | |
static final int | lcOff = acquireJNI.lcOff_get() |
Disables line counter. | |
static final int | lcOn = acquireJNI.lcOn_get() |
Enables line counter. | |
Currently available for mvTITAN/mvGAMMA-CL (deprecated.
If mvIMPACT.acquire.TLineCounter.lcOn is used mvIMPACT::acquire::Request::infoLineCounter will contain the overall line count.
mvTITAN/mvGAMMA-CL: The counter is implemented in the hardware. All incoming lines will be counted. A detected signal on the trigger input will reset the counter. In addition to the result the line count will be encoded in bit 0 of the first 32 Words (2-byte) of every line (watermark).
To decode the line counter from a line of image data something like this is needed(pseudo-code):
|
static |
Disables line counter.
|
static |
Enables line counter.