Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.21 KB

barcodescannerframereader_framearrived.md

File metadata and controls

25 lines (17 loc) · 1.21 KB
-api-id -api-type ms.custom
E:Windows.Devices.PointOfService.Provider.BarcodeScannerFrameReader.FrameArrived
winrt event
RS5

Windows.Devices.PointOfService.Provider.BarcodeScannerFrameReader.FrameArrived

-description

Event that is raised when a frame is ready to be acquired. This event will not be raised until the frame reader is started by using StartAsync.

-remarks

To acquire a frame after it arrives, call TryAcquireLatestFrameAsync. Note that calling TryAcquireLatestFrameAsync will always return the latest frame, not the frame that caused this event to be raised.

Use BarcodeScannerFrameReaderFrameArrivedEventArgs.GetDeferral if processing needs to be done asynchronously outside the scope of the method handler.

-see-also

TryAcquireLatestFrameAsync

-examples