You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: