Closed bmegli closed 1 year ago
The Intensity
(Texture
) is by default an 11-bit image (values in the range 0 - 2047).
However, for Texture source
= Laser
(as opposed to LED
), the image tends to behave more like a 10-bit image (pixels get saturated already at lower values than 2000).
Thanks!
I had trouble finding this information in documentation, maybe I missed some resource.
It would be helpful if it was at least mentioned on GigEV overview or in GenICam xml.
Unless no assumptions should be made in general case.
Kind regards.
As documented,
Intensity
is always delivered as GigEV/GenICamMono16
but real data inside varies.https://github.com/photoneo-3d/photoneo-cpp-examples/blob/ffd76804b863c10b9dd1164525740e29c4320192/GigEV/README.md?plain=1#L114-L116
Can any assumption be made for
Laser
andLED
?Like 10 bit depth, 12 bit depth grayscale, etc.
Main reason for question