Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Take photos #15

Open
thomasgalliker opened this issue Jul 27, 2024 · 2 comments
Open

[Enhancement] Take photos #15

thomasgalliker opened this issue Jul 27, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomasgalliker
Copy link
Owner

thomasgalliker commented Jul 27, 2024

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();
  • 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

IMG_8680

@thomasgalliker thomasgalliker added the enhancement New feature or request label Jul 27, 2024
@thomasgalliker thomasgalliker self-assigned this Aug 3, 2024
@IzDannyDanno
Copy link

Any update on this? This would be an amazing feature

@thomasgalliker
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants