Kieran Bingham
Kieran Bingham
Surface cameras are supported/documented by the linux-surface project at https://github.com/linux-surface/linux-surface/wiki/Camera-Support SB3 is documented as using the IPU4. This can not currently be supported without extensive kernel driver development, requiring either...
Has anyone tried to 'libcamerify uvc-gadget' ? I made the libcamerify script to help test the v4l2 adaptation layer, which should work with uvc-gadget' I expect. It won't support changing...
Not fully sure what's going on with the version issue on the libcamera patch, but if that works that's enough for now. The version probably only affects the 'string' that...
I also see updates to the kernel configs. Are there any changes there that could affect how ConfigFS is configured or enabled?
I'm curious about this, is it to be able to configure the camera when it's running? Wouldn't that be handled by setting controls on the host which are interpreted by...
@dgsiegel If you need support getting this converted to libcamera let me know. I've long followed this project, and I don't want to see it fall behind by not being...
> Using libcamera, the firmware gets loaded and I can see both /dev/video0 and /dev/video1, but both can't be used. Please be aware you can not simply use /dev/videoX and...
This should be solved by the newer libcamera pipelines on Raspberry Pi as we always aim to start with a consistent camera state. Unfortunately that doesn't help you directly yet...
Open a new issue on https://github.com/raspberrypi/linux and reference the closed one, with a description that is fully reproducible. The response on the closed issue probably got ignored ... because it...
I'm working on a theory and memory from when I've worked on this in the past, but when UVC gadget exits, it likely blocks the entire USB UDC. To resume...