How to obtain color image / depth image with the perspective from the left side mono camera

General Information

  • Product: C57-6-M
  • Ensenso SDK Version: 3.6.1621
  • Operating System: Windows and Linux

Problem / Question

A customer is evaluating Ensenso C. And they want to know :

  1. How to obtain the color image with the perspective from the left side of the monochrome camera.
  2. How to obtain the depth image with the perspective from the left side of the monochrome camera.

Could you give us advice?
Warm regards,
Kenzo

Hi Kenzo,

it is not possible to convert the color image to the perspective of the stereo camera because it does not contain any depth information.

When using texture data, processing usually starts with the color image (where some features are detected) and then fetches the 3D data corresponding to those 2D features. For such an approach you need the 3D data from the perspective of the color camera. This can be computed using the RenderPointMap command as described in this guide.

Kind regards,
Daniel

Hi Daniel,

Thank you for your answer!

I have a question. What is this picture on NxView?
I see the color image and depth information.

Customer wants to know how to obtain this Depth Image.

Warm regards,
Kenzo

Hi Kenzo,

that is exactly the result of the RenderPointMap command that I mentioned above.

Hi Kenzo,

I’ve attached the pdf that I used when explaining how to add color information to 3d data in the IDS vision channel

colored3d.zip (2.2 MB)