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] Add CameraController as facade interface for camera operations in view models #6

Open
thomasgalliker opened this issue Jul 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomasgalliker
Copy link
Owner

thomasgalliker commented Jul 6, 2024

Summary

CameraView provides basic properties to control camera operations. In order to address some repetitive logic used in view models, we want to have a camera controller which can connect to CameraView and control all bindable properties.

API Changes

    ICameraController + CameraController

Intended Use Case

  • Handles automatic permission checks.
  • Handles camera timeouts.
  • Avoids boilerplate code in view models.
@thomasgalliker thomasgalliker added the enhancement New feature or request label Jul 6, 2024
@thomasgalliker thomasgalliker self-assigned this Jul 6, 2024
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

1 participant