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?
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/
連結已複製
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/
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 ~
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.
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
