Loading core/java/android/hardware/camera2/CameraCharacteristics.java +1 −2 Original line number Diff line number Diff line Loading @@ -337,8 +337,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri * supported by a given camera device. This field lists the * valid anti-banding modes that the application may request * for this camera device with the * {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode} control. This list * always includes AUTO.</p> * {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode} control.</p> * <p><b>Range of valid values:</b><br> * Any value listed in {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode}</p> * <p>This key is available on all devices.</p> Loading core/java/android/hardware/camera2/CameraMetadata.java +6 −3 Original line number Diff line number Diff line Loading @@ -493,9 +493,11 @@ public abstract class CameraMetadata<TKey> { * {@link CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP android.scaler.streamConfigurationMap}, the minimum frame * duration for that format and size is <= 1/20 s, and * the {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES android.control.aeAvailableTargetFpsRanges} entry * lists at least one FPS range where the minimum FPS * is >= 1 / minimumFrameDuration for the maximum-size * lists at least one FPS range where the minimum FPS is</p> * <blockquote> * <p>= 1 / minimumFrameDuration for the maximum-size * YUV_420_888 format.</p> * </blockquote> * <p>In addition, the {@link CameraCharacteristics#SYNC_MAX_LATENCY android.sync.maxLatency} field is * guaranted to have a value between 0 and 4, inclusive.</p> * Loading Loading @@ -847,7 +849,8 @@ public abstract class CameraMetadata<TKey> { /** * <p>The camera device will automatically adapt its * antibanding routine to the current illumination * conditions. This is the default.</p> * condition. This is the default mode if AUTO is * available on given camera device.</p> * @see CaptureRequest#CONTROL_AE_ANTIBANDING_MODE */ public static final int CONTROL_AE_ANTIBANDING_MODE_AUTO = 3; Loading core/java/android/hardware/camera2/CaptureRequest.java +4 −2 Original line number Diff line number Diff line Loading @@ -642,8 +642,10 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>> * options for the antibanding mode. The * {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_ANTIBANDING_MODES android.control.aeAvailableAntibandingModes} key contains * the available modes for a given camera device.</p> * <p>The default mode is AUTO, which is supported by all * camera devices.</p> * <p>AUTO mode is the default if it is available on given * camera device. When AUTO mode is not available, the * default will be either 50HZ or 60HZ, and both 50HZ * and 60HZ will be available.</p> * <p>If manual exposure control is enabled (by setting * {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode} or {@link CaptureRequest#CONTROL_MODE android.control.mode} to OFF), * then this setting has no effect, and the application must Loading core/java/android/hardware/camera2/CaptureResult.java +4 −2 Original line number Diff line number Diff line Loading @@ -493,8 +493,10 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> { * options for the antibanding mode. The * {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_ANTIBANDING_MODES android.control.aeAvailableAntibandingModes} key contains * the available modes for a given camera device.</p> * <p>The default mode is AUTO, which is supported by all * camera devices.</p> * <p>AUTO mode is the default if it is available on given * camera device. When AUTO mode is not available, the * default will be either 50HZ or 60HZ, and both 50HZ * and 60HZ will be available.</p> * <p>If manual exposure control is enabled (by setting * {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode} or {@link CaptureRequest#CONTROL_MODE android.control.mode} to OFF), * then this setting has no effect, and the application must Loading Loading
core/java/android/hardware/camera2/CameraCharacteristics.java +1 −2 Original line number Diff line number Diff line Loading @@ -337,8 +337,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri * supported by a given camera device. This field lists the * valid anti-banding modes that the application may request * for this camera device with the * {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode} control. This list * always includes AUTO.</p> * {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode} control.</p> * <p><b>Range of valid values:</b><br> * Any value listed in {@link CaptureRequest#CONTROL_AE_ANTIBANDING_MODE android.control.aeAntibandingMode}</p> * <p>This key is available on all devices.</p> Loading
core/java/android/hardware/camera2/CameraMetadata.java +6 −3 Original line number Diff line number Diff line Loading @@ -493,9 +493,11 @@ public abstract class CameraMetadata<TKey> { * {@link CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP android.scaler.streamConfigurationMap}, the minimum frame * duration for that format and size is <= 1/20 s, and * the {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES android.control.aeAvailableTargetFpsRanges} entry * lists at least one FPS range where the minimum FPS * is >= 1 / minimumFrameDuration for the maximum-size * lists at least one FPS range where the minimum FPS is</p> * <blockquote> * <p>= 1 / minimumFrameDuration for the maximum-size * YUV_420_888 format.</p> * </blockquote> * <p>In addition, the {@link CameraCharacteristics#SYNC_MAX_LATENCY android.sync.maxLatency} field is * guaranted to have a value between 0 and 4, inclusive.</p> * Loading Loading @@ -847,7 +849,8 @@ public abstract class CameraMetadata<TKey> { /** * <p>The camera device will automatically adapt its * antibanding routine to the current illumination * conditions. This is the default.</p> * condition. This is the default mode if AUTO is * available on given camera device.</p> * @see CaptureRequest#CONTROL_AE_ANTIBANDING_MODE */ public static final int CONTROL_AE_ANTIBANDING_MODE_AUTO = 3; Loading
core/java/android/hardware/camera2/CaptureRequest.java +4 −2 Original line number Diff line number Diff line Loading @@ -642,8 +642,10 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>> * options for the antibanding mode. The * {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_ANTIBANDING_MODES android.control.aeAvailableAntibandingModes} key contains * the available modes for a given camera device.</p> * <p>The default mode is AUTO, which is supported by all * camera devices.</p> * <p>AUTO mode is the default if it is available on given * camera device. When AUTO mode is not available, the * default will be either 50HZ or 60HZ, and both 50HZ * and 60HZ will be available.</p> * <p>If manual exposure control is enabled (by setting * {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode} or {@link CaptureRequest#CONTROL_MODE android.control.mode} to OFF), * then this setting has no effect, and the application must Loading
core/java/android/hardware/camera2/CaptureResult.java +4 −2 Original line number Diff line number Diff line Loading @@ -493,8 +493,10 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> { * options for the antibanding mode. The * {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_ANTIBANDING_MODES android.control.aeAvailableAntibandingModes} key contains * the available modes for a given camera device.</p> * <p>The default mode is AUTO, which is supported by all * camera devices.</p> * <p>AUTO mode is the default if it is available on given * camera device. When AUTO mode is not available, the * default will be either 50HZ or 60HZ, and both 50HZ * and 60HZ will be available.</p> * <p>If manual exposure control is enabled (by setting * {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode} or {@link CaptureRequest#CONTROL_MODE android.control.mode} to OFF), * then this setting has no effect, and the application must Loading