LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formula node to 2d array

Hey there

 

I have a problem with my formula Node. I want to recieve a pictue from my camera and generate a 2d-array of the greyscalevalues. That works so far. Now i recieve an array with values between 0 and 4096 (because I have a 12-Bit picture).

 

Now the problem i have is, that the camera can dim the values, which are bigger than 2048. I tried to fix that problem with a Formula Node. But now i have the problem, that i can't connect the formula node to the intensity graph anymore.

 

I use the Labview Version 2013 and the camera is connectet with an ethernet-wire.

 

Can somebody please show me, how i can generate a 2d-array after the formula node?

 

Thanks

0 Kudos
Message 1 of 3
(2,274 Views)

ok so did you try a direct image to array function?

0 Kudos
Message 2 of 3
(2,253 Views)

Hey muks

 

Yes, i take the picture from the camera and convert it to a 2d-array with the "ImageToArray" block.

0 Kudos
Message 3 of 3
(2,247 Views)