Open janusw opened 1 year ago
On Android, CameraInfo.HorizontalViewAngle and CameraInfo.VerticalViewAngle seem to have proper values for all detected cameras, but on iOS they are always zero apparently.
CameraInfo.HorizontalViewAngle
CameraInfo.VerticalViewAngle
This is sort of a follow-up to #24, I guess.
It should probably be implemented via this property: https://developer.apple.com/documentation/avfoundation/avcapturedeviceformat/1624569-videofieldofview
On Android,
CameraInfo.HorizontalViewAngle
andCameraInfo.VerticalViewAngle
seem to have proper values for all detected cameras, but on iOS they are always zero apparently.