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
As the issue title says, there is no way to zoom the CameraBarcodeReaderView component.
Expected Behaviour/Functionality
Ideally, the camera view would have a "pinch to zoom"-like feature but it's understandable if that is out of the scope of this issue. Realistically, the CameraBarcodeReaderView control should have a CurrentZoom, MinimumZoom, and MaximumZoom bindable property which takes the device's zoom limits into account and enables camera zooming.
Issue Description
As the issue title says, there is no way to zoom the CameraBarcodeReaderView component.
Expected Behaviour/Functionality
Ideally, the camera view would have a "pinch to zoom"-like feature but it's understandable if that is out of the scope of this issue. Realistically, the CameraBarcodeReaderView control should have a
CurrentZoom
,MinimumZoom
, andMaximumZoom
bindable property which takes the device's zoom limits into account and enables camera zooming.The Maui Community Toolkit has recently added a
CameraView
control which is capable of zooming. See the related docs here https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/camera-view?tabs=windows#control-zoom .A similar feature is desirable.
Expected usage example
The text was updated successfully, but these errors were encountered: