Wojciech Zelek
Wojciech Zelek
Maybe this will help someone in the future. I've compiled libsocketify on rpi4@aarch64 but it required few changes. - Platform had to be provided to `make` `PLATFORM=aarch64` - During compilation...
`nodiratime` is already "contained" in `noatime` source:`https://lwn.net/Articles/245002/`
Thanks for your time. yes, I'm running standard version. Deliberately haven't installed arducam software. My software stack is: - 2024-03-15-raspios-bookworm-arm64-lite.img.xz - python3-picamera2: 0.3.17-1 (installed trough apt from official sources) -...
Actually the problem was not fixed. For test i tried with dummy encoder and had this in code and this runned entire night 🤦 ``` # e = MJPEGEncoder() e...
@davidplowman I connected Pi Camera HD v3 12MPx and will let it run for some time. Will report tomorrow. Edit: funny it just stopped after 2 minutes one thing, i...
I also tried pi V3 camera on pi zero w and it crashed twice with different errors: - first with `Unable to handle kernel paging request at virtual address` after...
@davidplowman Yes, I just did that Below are ALL steps i did - Raspberry Pi Imager (Pi OS Lite (64 bit)) with following customizations applied: user/password, wifi, ssh - boot...
@davidplowman Yes - pi 4b - latest 64 bit os lite (no apt upgrade, or dist-upgrade done) - v3 camera - short ribbon cable - script from first post -...
Yes it usually fails pretty fast
i will try with start_debug=1 Update: For sure it's slower in obtaining frames. I'm also pretty sure i tried with that flag before. I see a lot of `assert( vc_image_helper_get_sdram_page_size()...