Hi
i am trying to implement the Orbbec Gemini 335Le in a machine. We use Halcon for our image processing, and code is written in C# dotnet.
I have managed to connect to the camera, acquire images and convert an RGB image to a halcon image. Now i want to convert the 3D points to a halcon image 3 images, one for X, one for Y and one for Z. But i can’t seem to figure out how the data is stored and how i should interpret it.
Can you please provide me with a minimal code sample to access the X, Y and Z pointers?
Thanks in advance!