Items with no label
3335 Discussions

how to mix color data and depth data

尔黄
Beginner
1,563 Views

Hello

i have a question about use creative senz3d camera to capture picture which showing 3d picture, but i have only use sdk sample to show two windows displaying color camera and depth camera. how i can use another interface to mix two camera data and display one picture?

0 Kudos
1 Solution
MartyG
Honored Contributor III
300 Views

Hi Bill, the Creative Senz3D camera from 2013 is no longer supported. This forum is for that camera's successor, RealSense.

Having said that, last week I did find a script that combines color and depth streams together into one, though it is of course for the RealSense camera.

https://mtaulty.com/2015/04/16/m_15794/ https://mtaulty.com/2015/04/16/m_15794/

View solution in original post

5 Replies
MartyG
Honored Contributor III
301 Views

Hi Bill, the Creative Senz3D camera from 2013 is no longer supported. This forum is for that camera's successor, RealSense.

Having said that, last week I did find a script that combines color and depth streams together into one, though it is of course for the RealSense camera.

https://mtaulty.com/2015/04/16/m_15794/ https://mtaulty.com/2015/04/16/m_15794/

尔黄
Beginner
300 Views

Thank you so much for your reply,MartyG. I will study your algorithm and try to code in the camera sample.By the way, I want to know whether you have some document about introduce combination measures for creative senz3D or another camera.Because I did not find some information which talking the theory about the two camera data combined, thank you ~

0 Kudos
jb455
Valued Contributor II
300 Views

Other options are https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createcolorimagemappedtodepth_pxcprojection.html CreateColorImageMappedToDepth and https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/createdepthimagemappedtocolor_pxcprojection.html CreateDepthImageMappedToColor, depending on if you want the result centered on the colour or depth images. You can see examples of these in the Projection sample included in the SDK.

0 Kudos
MartyG
Honored Contributor III
300 Views

I found a Perceptual Computing Camera example (PCC is the other name for the Creative Senz3d) that applies a depth mask to an RGB image.

https://software.intel.com/en-us/blogs/2013/06/14/masking-rgb-inputs-with-depth-data-using-the-intel-percc-sdk-and-opencv Masking RGB Inputs with Depth Data using the Intel® Perceptual Computing SDK and OpenCV* | Intel® Software

0 Kudos
尔黄
Beginner
300 Views

Thank you very much for the help of the website! The I have a request is the 2013 SDK has been found, I would like to ask where there is the SDK download?

0 Kudos
Reply