Skip to content

[Enhancement] Take photos #15

@thomasgalliker

Description

@thomasgalliker

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions