简体   繁体   English

获取Android相机Aperture和曝光时间

[英]Get the Android camera Aperture and Exposure Time

Is there any API instruction or calculation to obtain the android camera Aperture F value, and the Exposure Time? 是否有任何API指令或计算来获取Android摄像头Aperture F值和曝光时间?

The Camera API exposes methods to get the White Balance, the Focal Length, etc, but I couldn't find anything related to the Aperture and the Exposure Time. Camera API公开获取白平衡,焦距等的方法,但我找不到与光圈和曝光时间相关的任何内容。

Thanks 谢谢

In the Android Developer's Guide for ExifInterface , which is a class in the android.media API (not, the now deprecated Camera API), there is information for Aperture and Exposure Time 在Android开发人员指南ExifInterface中 ,它是android.media API中的一个类(不是现在已弃用的Camera API),有关于ApertureExposure Time的信息

Sample code showing how it could be used is available at ExifHelper ExifHelper提供了示例代码,展示了如何使用它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android.hardware.camera预览:如何手动设置曝光时间,快门速度,光圈和ISO - android.hardware.camera preview : How to manually set exposure time, shutter speed, aperture, and iso Android Camera2API在预览期间获取当前曝光时间 - Android Camera2API get current exposure time during preview Android应用程式开发设定相机曝光时间 - Android app development set camera exposure time 如何管理Android中的相机快门速度和光圈? - How manage camera shutter speed and aperture in Android? 如何找出Android相机的光圈角度 - How to find out the aperture angle of an android camera Android相机,如何设置曝光时间上限? - Android camera, how to set the upper limit of exposure time? 在 android camera2API 中控制传感器 ISO 和曝光时间 - Controlling Sensor ISO and Exposure time in android camera2API 使用 CameraX 和 Camera2 使用夜间模式和曝光设置白平衡、ISO、光圈和快门速度 - Set White Balance, ISO, Aperture & Shutter Speed with Night Mode and Exposure using CameraX and Camera2 使用Android相机API,是否可以在整个图像上获得一致的照明和曝光 - With Android camera API, is it possible to get consistent lighting and exposure across images 如何在 android 中获取 Camera2 API 的当前曝光 - How to get current Exposure for Camera2 API in android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM