microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
489 stars 145 forks source link

About the focal length of VLC and recalibration #100

Open zhangyk18 opened 3 years ago

zhangyk18 commented 3 years ago

Hi, Thank you very much for your efforts.

I know the intrinsic matrix of VLC can not be accessed directly, but provides "MapImagePointToCameraUnitPlane".

I want to achieve binocular positioning through two VLC cameras. So I am trying to recalibrate them.

Whether there are focal lengths of VLC to obtain better calibration results? Or do you think recalibration is feasible?

Thanks a lot.