Software Archive
Read-only legacy content
17061 Discussions

R200, SR300 Camera matrix

tamir_e_
Beginner
532 Views

Hello, 

For research proposes can you indicate what is camera intrinsic matrix of sr300 and r200?

Thanks, 

Tamir

0 Kudos
1 Reply
samontab
Valued Contributor II
532 Views

Librealsense or RealSense SDK should give you that.

There's no unique intrinsic matrix since different cameras will have slightly different values because of manufacturing differences. Even if you change the frame resolution you would get a different intrinsic matrix since the principal point and the focal lengths have to be scaled.

Having said that, it seems that RealSense provides a generic one-size-fits-all intrinsic parameters.

Have a look here and you can get all the parameters you need for the intrinsic matrix:

https://software.intel.com/en-us/forums/realsense/topic/537872

The intrinsic matrix for 640x480 images would be:

[463.889          0           320]
[0                463.889     240]
[0                0            1 ]
0 Kudos
Reply