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();
The API should be similar to the MAUI media abstraction.
We want to have full mvvm support.
Zoom should be supported.
We need a new CameraPreview overlay which provides a shutter button.
Intended Use Case
Use the exising preview stream to aim for photos.
Take high quality photos using native APIs.
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
Intended Use Case
Use the exising preview stream to aim for photos. Take high quality photos using native APIs.
Screenshots