Fix javadocs in CameraDevice
Test: n/a Change-Id: Ib48760c377f9f12ece99c555ef1556d1063a2686
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user