Items with no label
3335 Discussions

The 3Dcamera program HW settings correspond to what parameters in the SDK?

wtao8
Beginner
1,390 Views

I have a SR300,The 3Dcamera program HW settings correspond to what parameters in the SDK? Please see the uploaded picture.

0 Kudos
1 Solution
MartyG
Honored Contributor III
241 Views

It seems as though the 3DCamera program - accessed from the Camera Explorer application - analyzes camera data raw-streams and applies filters to them depending on the setting selected in the menu (for example, the background is only included in the image if 'Room' is selected, whilst selectring 'Hand' excludes the face)..

Parameters that you can use to analyze camera data include:

ProjectCameratoColor - ssign real-world coordinates to a screen image.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/projectcameratocolor_pxcprojection.html ProjectCameraToColor

ProjectCameraToDepth - assign real-world coordinates to the depth (distance) of what the camera is seeing.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/projectcameratodepth_pxcprojection.html ProjectCameraToDepth

MapColortoDepth - map the color coordinates of the screen image to depth (distance).

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/mapcolortodepth_pxcprojection.html MapColorToDepth

View solution in original post

0 Kudos
2 Replies
MartyG
Honored Contributor III
242 Views

It seems as though the 3DCamera program - accessed from the Camera Explorer application - analyzes camera data raw-streams and applies filters to them depending on the setting selected in the menu (for example, the background is only included in the image if 'Room' is selected, whilst selectring 'Hand' excludes the face)..

Parameters that you can use to analyze camera data include:

ProjectCameratoColor - ssign real-world coordinates to a screen image.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/projectcameratocolor_pxcprojection.html ProjectCameraToColor

ProjectCameraToDepth - assign real-world coordinates to the depth (distance) of what the camera is seeing.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/projectcameratodepth_pxcprojection.html ProjectCameraToDepth

MapColortoDepth - map the color coordinates of the screen image to depth (distance).

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/mapcolortodepth_pxcprojection.html MapColorToDepth

0 Kudos
jb455
Valued Contributor II
241 Views
0 Kudos
Reply