thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
26 stars 3 forks source link

[Enhancement] Take photos #15

Open thomasgalliker opened 3 months ago

thomasgalliker commented 3 months ago

Summary

The current implementation is focused on streaming the camera preview an analyzing frames for barcodes. A great portion of code could be used to take photos.

API Changes

We need platform-specific implementations to take photos, something like

    CameraPreview.TakePhotoAsync();

Intended Use Case

Use the exising preview stream to aim for photos. Take high quality photos using native APIs.

Screenshots

IMG_8680

IzDannyDanno commented 2 months ago

Any update on this? This would be an amazing feature

thomasgalliker commented 2 months ago

Unfortunatly not. I‘ll care about it as soon as I have some time. Until then, we use the photo picker which comes with .NET MAUI.