Items with no label
公告
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 讨论

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

wtao8
初学者
2,054 次查看

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

0 项奖励
1 解答
MartyG
名誉分销商 III
905 次查看

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 项奖励
2 回复数
MartyG
名誉分销商 III
906 次查看

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 项奖励
jb455
重要分销商 II
905 次查看
0 项奖励
回复