-
-
Notifications
You must be signed in to change notification settings - Fork 172
Description
I consistently get the error: GetPropertyError { property: "CameraFormat", error: "Failed to Fufill" } while trying to create a camera instance on the RaspberryPi's HD camera. Regardless if I attempt to use Rgb, RgbA, Luma, or LumaA as decoder method with AbsoluteHighestFrameRate. I decided to step through the program with gdb to see why it thought nothing was available, and I get quite a few formats available:
But right below, there is a section that filters this list down on what is functionally possible with the library, marked with the following comment: // i write unmaintainable blobs of code because i am so cute uwu~~. And unfortunately, this is where gdb fails me, or at least my experience with gdb, as it is very tricky to debug that large section of iterators iterating iterators.
Is there an easier way to correlate why these formats are being rejected by this library, or which modes are available? Additionally, the error message "Failed to Fufill", fulfill is misspelled.