You can enable camera dewarping through CameraKey.KeyDewarpingEnabled, the following is the reference code.
KeyManager.getInstance()
.setValue(
KeyTools.createCameraKey(
CameraKey.KeyDewarpingEnabled, ComponentIndexType.LEFT_OR_MAIN,
CameraLensType.CAMERA_LENS_DEFAULT
),
false,null)
Comments
0 comments
Please sign in to leave a comment.