CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

Camera View on Windows Machine has errors in Sample app

Open VR-Architect opened this issue 6 months ago • 2 comments

I ran the sample app (version as of April 28th) and running on Windows Machine has these errors in the output:

Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: '' cannot be converted to type 'System.Collections.IList' Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: '' cannot be converted to type 'System.Collections.IList' OnDisappearing: Views OnAppearing: CameraView Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: '(null)' cannot be converted to type 'Microsoft.Maui.Graphics.Size'

In addition, the activation light on my camera comes on but the camera feed is black.

I ran the same code on Android emulator with the same camera/PC and the camera worked as expected. I tried building my own Maui app without the sample code and the results are the same.

VR-Architect avatar Apr 28 '25 14:04 VR-Architect