Skip to content

Providing access to idividual frames. #53

@Expecho

Description

@Expecho

For now, it seems the only way to get an image using this plugin is by doing something like cameraView.GetSnapShot(Camera.MAUI.ImageFormat.JPEG); or am I wrong?

The built-in barcode/QR detection uses the FrameReader_FrameArrived event as seen here on the Windows platform (haven't looked at the other platform implementations). How about making this event public so consumers can subscribe and process the received frames by, for example, ML algorithms, other QR/Barcode libs or whatever one needs?

If it fits your purpose I am more than willing to try to come up with an implementation, although testing on an IOS device would be hard for me as I don't have one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions