Occurs for every frame delivered from the hardware device.
Xamarin Framework Deprecation
As of LEADTOOLS v23, The cross-platform Xamarin framework has been deprecated and replaced with LEADTOOLS .NET MAUI framework.
For any LEADTOOLS Xamarin apps you have already built, we recommend you migrate to the LEADTOOLS .NET MAUI framework. To help you with the migration, review the LEADTOOLS .NET MAUI tutorials to get you started.
This change is driven by Microsoft's announcement to end Xamarin support.
public event FrameHandler FrameReceived
The event handler receives an argument of type FrameHandlerEventArgs containing data related to this event. The following FrameHandlerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Image | A RasterImage object containing the captured image data |