Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

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

wtao8
Beginner
2,051 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
902 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
903 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
902 Views
0 Kudos
Reply