Camera v6.1.0: IsTorchOn
#3231
TheCodeTraveler
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CommunityToolkit.Maui.Camera v6.1.0Introducing
IsTorchOn🔦Thanks to @MFinkBK,
bool CameraView.IsTorchOn { get; set; }is now supported!When
IsTorchOn == truethe device's torch (aka flashlight) will turn on; whenIsTorchOn == falsethe device's torch (aka flashlight) will turn off.https://learn.microsoft.com/dotnet/communitytoolkit/maui/views/camera-view
CameraViewPage.xaml.cs
CameraViewViewModel.cs
What's Changed
New Contributors
Full Changelog: 14.1.1...6.1.0-camera
This discussion was created from the release Camera v6.1.0: `IsTorchOn` .
Beta Was this translation helpful? Give feedback.
All reactions