Lingua

CameraCaptureSession.CaptureBurst Metodo

Definizione

Inviare un elenco di richieste da acquisire in sequenza come burst.

[Android.Runtime.Register("captureBurst", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I", "GetCaptureBurst_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_CaptureCallback_Landroid_os_Handler_Handler")]
public abstract int CaptureBurst(System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest> requests, Android.Hardware.Camera2.CameraCaptureSession.CaptureCallback? listener, Android.OS.Handler? handler);
[<Android.Runtime.Register("captureBurst", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I", "GetCaptureBurst_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_CaptureCallback_Landroid_os_Handler_Handler")>]
abstract member CaptureBurst : System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest> * Android.Hardware.Camera2.CameraCaptureSession.CaptureCallback * Android.OS.Handler -> int

Parametri

requests
IList<CaptureRequest>

l'elenco delle impostazioni per questa acquisizione burst

listener
CameraCaptureSession.CaptureCallback

Oggetto callback per notificare ogni volta che una delle richieste nel burst è stata elaborata. Se null, non verranno generati metadati per le richieste in questo burst, anche se i dati dell'immagine verranno comunque generati.

handler
Handler

gestore in cui deve essere richiamato il listener o null per usare il thread android.os.Looper loopercorrente.

Valori restituiti

int UN ID sequenza di acquisizione univoco usato da CaptureCallback#onCaptureSequenceCompleted.

Attributi

Commenti

per android.hardware.camera2.CameraCaptureSession.captureBurst(java.util.List, android.hardware.camera2.CaptureCallback, android.os.Handler).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a