Is there any way of getting camera intrinsics parameters from ARCore, similar to what ARKit provides? I've tried using LENS_INTRINSIC_CALIBRATION from ImageMetadata, but evidently this constant is not actually supported (I've tried using it on Pixel 2).
As far as I understand this is certainly not available in ARCore at this point, especially since focal length is locked. I suggest you report this as an issue on the ARCore github and have people write their support for the feature and hopefully it will get implemented!
It's possible. But these parameters are only gettable (like in ARKit).
ARCore's class CameraIntrinsics provides information about the physical characteristics of the device camera, for the camera image (CPU) or texture (GPU). The
CameraIntrinsics
is a long-lived object, and the properties ofCameraIntrinsics
may be updated every timeSession.update()
is called.
public class CameraIntrinsics
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With