Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 885 Bytes

barcodescannerframereader_tryacquirelatestframeasync_555563326.md

File metadata and controls

25 lines (17 loc) · 885 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.PointOfService.Provider.BarcodeScannerFrameReader.TryAcquireLatestFrameAsync
winrt method
RS5

Windows.Devices.PointOfService.Provider.BarcodeScannerFrameReader.TryAcquireLatestFrameAsync

-description

Acquires the latest available frame from the camera.

-returns

A BarcodeScannerVideoFrame containing data for the latest video frame.

-remarks

Only the first call to TryAcquireLatestFrameAsync will return data. Subsequent calls will return null until a new frame arrives. Subscribe to the FrameArrived event to be notified when new frames arrive.

-see-also

-examples