Android camera2 Lens intrinsic calibration

后端 未结 1 2020
悲&欢浪女
悲&欢浪女 2021-01-22 02:43

I downloaded an Android camera2 demo, it ran well.

Now I want to get the intrinsic matrix of the camera by querying the CameraCharacteristics.

My code is

相关标签:
1条回答
  • 2021-01-22 03:24

    The lens intrinsics are only guaranteed to be defined if the camera device supports the DEPTH_OUTPUT capability.

    As of right now, the depth extensions to the camera2 API are new, and not yet supported by basically any Android device.

    0 讨论(0)
提交回复
热议问题