![]() |
|
|||||||||||||||||||||||||||||||||||||||||||||
#include <jcam_dll.h>
Public Attributes | |
| INT32 | x |
| The x coordinate of the data point in 1000ths of an inch. | |
| INT32 | y |
| The y coordinate of the data point in 1000ths of an inch. | |
| INT32 | brightness |
| The intensity of the pixel where the laser was detected. | |
The x coordinate of the data point in 1000ths of an inch.
The y coordinate of the data point in 1000ths of an inch.
The intensity of the pixel where the laser was detected.
The value is the sum of 7 pixels, each with 10 bits of resolution. Consequently, the maximum value is 7 × 210 = 7168. If you want to display this value in a traditional 255 level greyscale, you will have to map the brightness value to a 255 level greyscale on your own.