Condividi tramite


BarcodeScannerFrameReader.TryAcquireLatestFrameAsync Metodo

Definizione

Acquisisce la cornice più recente disponibile dalla fotocamera.

public:
 virtual IAsyncOperation<BarcodeScannerVideoFrame ^> ^ TryAcquireLatestFrameAsync() = TryAcquireLatestFrameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<BarcodeScannerVideoFrame> TryAcquireLatestFrameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<BarcodeScannerVideoFrame> TryAcquireLatestFrameAsync();
function tryAcquireLatestFrameAsync()
Public Function TryAcquireLatestFrameAsync () As IAsyncOperation(Of BarcodeScannerVideoFrame)

Restituisce

Codice a barreScannerVideoFrame contenente i dati per il fotogramma video più recente.

Attributi

Commenti

Solo la prima chiamata a TryAcquireLatestFrameAsync restituirà i dati. Le chiamate successive restituiranno Null finché non arriva un nuovo frame. Sottoscrivere l'evento FrameArrived per ricevere una notifica quando arrivano nuovi frame.

Si applica a