Items with no label
3338 ディスカッション

How can I get the camera intrinsic matrix of sr300 , from RealSense SDK

ljian18
ビギナー
2,844件の閲覧回数

For research proposes, I need to get the camera intrinsic matrix of my sr300. I want to know can I get it directly form the RealSense SDK ? and How to do it?

0 件の賞賛
1 解決策
MartyG
名誉コントリビューター III
1,739件の閲覧回数

The documentation has a sample script for getting intrinsics. Librealsense1 is the old 'legacy' version of Librealsense, and Librealsense2 is the current RealSense SDK 2.0.

 

https://github.com/IntelRealSense/librealsense/wiki/API-How-To#get-video-stream-intrinsics

 

If you are using the old '2016 R2' Windows SDK, there is the 'GetInternalCameraIntrinsics' instruction.

 

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?getinternalcameraintrinsics_pxcsceneperception.html

 

Edit: if the above link does not go to the correct page, try right-clicking on the link above and selecting the option to open it in a new window.

元の投稿で解決策を見る

2 返答(返信)
MartyG
名誉コントリビューター III
1,740件の閲覧回数

The documentation has a sample script for getting intrinsics. Librealsense1 is the old 'legacy' version of Librealsense, and Librealsense2 is the current RealSense SDK 2.0.

 

https://github.com/IntelRealSense/librealsense/wiki/API-How-To#get-video-stream-intrinsics

 

If you are using the old '2016 R2' Windows SDK, there is the 'GetInternalCameraIntrinsics' instruction.

 

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?getinternalcameraintrinsics_pxcsceneperception.html

 

Edit: if the above link does not go to the correct page, try right-clicking on the link above and selecting the option to open it in a new window.

ljian18
ビギナー
1,739件の閲覧回数
返信