How is it possible to handle errors when using e.g. Maui Community Toolkit CameraView?
In one example it throws CommunityToolkit.Maui.Core.CameraException and crashes the app. How can this handled?
Code is simply from https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/camera-view?tabs=android
<toolkit:CameraView />
Thanks.
4