Lines Matching full:camera2
405 <a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a>
408 {@link android.hardware.camera2.CameraManager#getCameraIdList() getCameraIdList()}
410 {@link android.hardware.camera2.CameraManager#openCamera(java.lang.String, android.hardware.camera2.CameraDevice.StateCallback, android.os.Handler) openCamera()}.
411 To start capturing images, create a {@link android.hardware.camera2.CameraCaptureSession}
413 The {@link android.hardware.camera2.CameraCaptureSession} can be configured to
417 {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} listener
419 capture request, your {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback}
421 {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.TotalCaptureResult) onCaptureCompleted()},
423 {@link android.hardware.camera2.CaptureResult}.</p>
425 <p>The {@link android.hardware.camera2.CameraCharacteristics} class lets your
427 {@link android.hardware.camera2.CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL
432 {@link android.hardware.camera2.CameraMetadata#INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY
436 <li>Devices that support the {@link android.hardware.camera2.CameraMetadata#INFO_SUPPORTED_HARDWARE_LEVEL_FULL
443 <a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">Camera</a>