06-10-2014 03:32 AM
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
06-10-2014 04:17 AM
ok so did you try a direct image to array function?
06-10-2014 04:26 AM
Hey muks
Yes, i take the picture from the camera and convert it to a 2d-array with the "ImageToArray" block.