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
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.
The text was updated successfully, but these errors were encountered:
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
Intended Use Case
The text was updated successfully, but these errors were encountered: