Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Re-add the camera/depth map intrinsics #174

Open
robman opened this issue Nov 27, 2019 · 2 comments
Open

Re-add the camera/depth map intrinsics #174

robman opened this issue Nov 27, 2019 · 2 comments

Comments

@robman
Copy link
Contributor

robman commented Nov 27, 2019

Heya,

I think these should at least be 'optional' e.g. if available - especially on mobile platforms (which is really just Android right now).

In the Android Camera API these values are available - see https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html

Specifically this https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#LENS_INTRINSIC_CALIBRATION

(NOTE: Optional - The value for this key may be null on some devices.)

Also somewhat related:

  • DEPTH_DEPTH_IS_EXCLUSIVE
  • LENS_DISTORTION
  • LENS_FOCAL_LENGTH
  • LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE
  • LENS_POSE_REFERENCE
  • LENS_FACING

Plus:

Also see this relevant document (especially the camera intrinsics, depth map and pose sections) https://developer.android.com/training/camera2/Dynamic-depth-v1.0.pdf

@astojilj I think it was a bit draconian removing them all in #168 to force webcam style limitations onto mobile platforms.

Thoughts @huningxin @anssiko ?

@anssiko
Copy link
Member

anssiko commented Nov 27, 2019

@astojilj is no longer working on this, looping in @riju instead.

@robman
Copy link
Contributor Author

robman commented Dec 11, 2019

Thanks @anssiko - I pinged him on twitter too 8)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants