Items with no label
3338 討論

how to mix color data and depth data

尔黄
初學者
2,014 檢視

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 積分
1 解決方案
MartyG
榮譽貢獻者 III
751 檢視

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/

在原始文章中檢視解決方案

5 回應
MartyG
榮譽貢獻者 III
752 檢視

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/

尔黄
初學者
751 檢視

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 ~

jb455
傑出貢獻者 II
751 檢視

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.

MartyG
榮譽貢獻者 III
751 檢視

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

尔黄
初學者
751 檢視

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?

回覆