04-09-2024 03:53 AM
Hello,
I am using NI MAX to acquire Images from a Sensor. When using the same setup on a different computer I get the expected results, with pixel values up to 2^16.
Now I am using a different computer. Here the Pixel values never go beyond 2^14 and I don't understand why. Jumbo frames are activated, the firewall has an exception for the program and the ehternet cable is CAT6a, which should be good enough as far as I can tell.
The screenshot shows the histogram of the Image. There is a read out line in the image, thats why there are pixel with 2^16.
I would greatly appreciate it if anyone could help me with this problem!
Cheers
04-09-2024 05:00 AM
Transport layer, cable's category, jumbo frames as well as firewall will not cut off bits from your data. It looks like you have slightly different camera's settings.
I see small peak at the end of the histogram, so the data seems to be utilizing full range:
Could be issue with signed/unsigned 16 bit representation, but it doesn't looks like this. Check your settings again.