Wolfgang Herget

Results 20 comments of Wolfgang Herget

I agree, the much more low-level control the unicam/libcamera stack enables (but maybe also requires?) sounds like the most likely venue. I've taken the liberty of submitting a corresponding issue.

I was just casually reading `bcm2835-camera.c` (to look for the missing camera parameters) and there's `MAX_VIDEO_MODE_{WIDTH, HEIGHT}` (exposed as `bcm2835-v4l2.max_video_{width,height}` to commandline/sysfs, if I understand correctly). Might need to set...

I've whipped up a small patch to allow us to set these from command line (as per earlier idea in discord), I'll have a PR ready as soon as I've...

Given the errors you're seeing, could you test with my PR (see previous mention) and setting `usb_f_uvc.bm_controls=175,0`? (disabling bits 4,6,9 and 10; looks like the count is 0-based)

I'm reading the kernel bugreport as being on the host side. (`cdc-acm` is the host, not the gadget side, the latter would be `usb_f_acm`, right?) Maybe try downgrading your host...

I feel like it would be better to set the defaults in the kernel patch. I am aware we're setting some other things in `cmdline.txt` already, but the `uvc` options...

possibly related: https://github.com/peterbay/uvc-gadget/issues/19 (which is the intent of the expected bahaviour, if maybe not the actual issue we're seeing here)

As I've stated above, uvc-gadget should have nothing to do with USB serial. The device is configured separately in [multi-gadget.sh](https://github.com/showmewebcam/showmewebcam/blob/master/package/piwebcam/multi-gadget.sh), and then handled by a plain old getty process, presumably...

Many moons ago(tm) I wrote the initial support for delegation in DAViCal, the protocol isn't that complicated. Specification is in http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-proxy.txt OpenXchange does use it as well to allow discovery...

I just ran into this as well. What's the current best practice for code examples that involve annotations? (He asks, slightly hoping for something other than "Don't write them.")