Marc Hörsken

Results 176 comments of Marc Hörsken

I would prefer the kernel option since it seems like the required kernel modules are already in place. I guess just the mount helper tool mount.ceph is missing. I will...

So it seems like Ceph itself is already supported by the kernel in Flatcar Linux. It is just the helper `mount.ceph` missing which is not a requirement for mounting according...

I was also running Ceph using Rook on Kubernetes. OS-level mounting was then done via systemd.mount files.

I think keeping the automatic extraction is just fine. With the current version of cortexutils it is possible to overwrite the method `artificats` of the `Analyzer` class and then use...

> Does this conflict with what is changing in #9459 and #7639? I don't think it actually conflicts, it is more a different approach to the same currently existing limitation....

No, it is not limited to certain camera sensors, but I think it is probably limited to the pixel formats supported by ESP32 camera. See the corresponding enumeration in the...

Thanks @nliaudat and @RubenKelevra, I found a similar, but hopefully proper solution with: 50306f727cd4e785f7d93e34d0877f4d2f85bd04

@RubenKelevra good points, thank you. Regarding the PSRAM mode, is there anything you would recommend for my code to automatically pick? And should I then maybe introduce a config option...

> So my assumption is, that you don't need any of those flags. If I revert my last commit and remove the config flags it doesn't work anymore. > Not...

It is only slow for the first frame, beyond that video is quite smooth. But of course any optimization can help there.