Dale Magee
Dale Magee
wow so their response is even more lacklustre than I thought!
>RPi Ltd. moved from a closed source camera stack to an open approach with generic KMS + libcamera. Fair enough, but I'm actually more concerned about how they moved from...
My understanding is that /dev/video0 is a standard v4l device. if the `bcm2835_v4l2` kernel module gives you v4l compatibility for the older camera modules: ``` $ v4l2-ctl --list-devices bcm2835-codec-decode (platform:bcm2835-codec):...
>I wonder whether this means that we could drop [mmalctl.py](https://github.com/motioneye-project/motioneye/blob/dev/motioneye/controls/mmalctl.py) as the camera modules are listed (and properly labelled) within the V4L2 camera list as well, or whether there is...
>But as far as I can see, it is really just the vcgencmd detection, which got already broken 2 times due to some changes of the output, after I joined...
@MichaIng also, back on topic, you mentioned a workaround: one nasty-ass workaround is a watchdog script similar to what I posted [here](https://github.com/motioneye-project/motioneye/issues/2900#issuecomment-2051432929). This does at least give you a system...
> They do not work for the camera V3 And as I have been pointing out for some time now, that (and the decision to use libcamera rather than something...
Hi @tchapi. I'm talking about a fairly large system where we are setting custom timeouts for pretty much everything, our TTL is definitely not the default (we have it set...
another unihertz titan user here, I'd like to echo @lis6502 's sentiment that this doesn't need to be anything fancy, just a simple option to choose the orientation fullscreen videos...
Just to chime in with my $0.02, I also think a good linter should have the ability to ignore a block > What's your expectation if a file only contains...