Loading core/java/android/hardware/camera2/CameraDevice.java +3 −2 Original line number Diff line number Diff line Loading @@ -358,8 +358,9 @@ public abstract class CameraDevice implements AutoCloseable { * * <p>MONOCHROME-capability ({@link CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES} * includes {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME MONOCHROME}) * supporting {@link ImageFormat#Y8 Y8} support substituting {@code YUV} streams with {@code Y8} * in all guaranteed stream combinations for the device's hardware level and capabilities.</p> * supporting {@link android.graphics.ImageFormat#Y8 Y8} support substituting {@code YUV} * streams with {@code Y8} in all guaranteed stream combinations for the device's hardware level * and capabilities.</p> * * <p>FULL-level ({@link CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL} * {@code == }{@link CameraMetadata#INFO_SUPPORTED_HARDWARE_LEVEL_FULL FULL}) devices Loading Loading
core/java/android/hardware/camera2/CameraDevice.java +3 −2 Original line number Diff line number Diff line Loading @@ -358,8 +358,9 @@ public abstract class CameraDevice implements AutoCloseable { * * <p>MONOCHROME-capability ({@link CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES} * includes {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME MONOCHROME}) * supporting {@link ImageFormat#Y8 Y8} support substituting {@code YUV} streams with {@code Y8} * in all guaranteed stream combinations for the device's hardware level and capabilities.</p> * supporting {@link android.graphics.ImageFormat#Y8 Y8} support substituting {@code YUV} * streams with {@code Y8} in all guaranteed stream combinations for the device's hardware level * and capabilities.</p> * * <p>FULL-level ({@link CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL} * {@code == }{@link CameraMetadata#INFO_SUPPORTED_HARDWARE_LEVEL_FULL FULL}) devices Loading