8000
Skip to content

Cannot use on RaspberryPi's HD camera #99

@UnknownError55

Description

@UnknownError55

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:
Screenshot 2023-01-22 at 04 08 21
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.

Metadata

Metadata

Assignees

Labels

P2High Priority (Non critical bugfix)V4L2Related to Video4Linux2 (linux)bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0