Empty SupportedResolutions for available camera #2599
Unanswered
LuizHenriqueP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to get the resolution information from my camera, but it seem that the SupportedResolutions property is empty no matter what I do. I've expected this behavior from an integrated laptop camera, but I'm using a Logitech C920 and I'm getting no information at all, and the preview renders only at 640x480.
Just to make it more clear, I'm running my App on Windows with .net8, CommunityToolkit.Maui.Camera version 1.0.5 due to project constraints, but still, as far as I checked, the code for resolution checking hasn't changed in the 2.0+ versions as well.
Note that I've tested the camera with other tools and packages, and they were able to identify available resolutions, so no faulty camera as far as I know 😄
Kindly ask if anyone has any advice, as I've already swapped drivers, ran as admin, allowed webcam permissions, and still can't see the available resolutions. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions