最終更新:2017-03-31 (金) 17:58:23 (2582d)  

android.hardware.camera2.CameraCaptureSession
Top / android.hardware.camera2.CameraCaptureSession

public abstract class CameraCaptureSession extends Object implements AutoCloseable?

A configured capture session for a CameraDevice, used for capturing images from the camera or reprocessing images captured from the camera in the same session previously.

https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html

メソッド

下位クラス

  • android.hardware.camera2.CameraCaptureSession.CaptureCallback?
  • android.hardware.camera2.CameraCaptureSession.StateCallback?

派生

メモ

  • captureのほうが優先
  • Repeat requests have lower priority than those submitted through CameraCaptureSession.capture or CameraCaptureSession.captureBurst?

生成