LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pixel Values via NI MAX always below 32000

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

0 Kudos
Message 1 of 2
(203 Views)

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:

Screenshot 2024-04-09 11.57.34.png

Could be issue with signed/unsigned 16 bit representation, but it doesn't looks like this. Check your settings again.

0 Kudos
Message 2 of 2
(185 Views)