Kamil Trzciński

Results 269 comments of Kamil Trzciński

Or.: ``` device/libcamera/options.cc: CAMERA: Configuring option 'AeExposureMode' (00000005, type=3) = 2 util/http/http.c: HTTP8080/0: Client disconnected 192.168.4.1. [51:27:05.507557502] [5477] FATAL RPiAgc agc.cpp:540 No exposure profile long Backtrace: Aborted ``` This fetches...

Thank you @kbingham. I will be able to test it next week. Would it be possible for you folks to also fix the https://github.com/ayufan/camera-streamer/issues/67#issuecomment-1577385614? It seems to be NULL pointer...

I think you can achieve the same with extra service in front, like some `cgi-bin` script hooked to `nginx` that could start or stop the service.

@anejolov The release (0.7.3) should be out soon.

@charredchar Do you have anything in `dmesg` where it happens? This appears to be zombie process, that holds `v4l2` devices. This could happen when it runs out of memory on...

Camera I don't think is a problem. I ask about RPI device and if you could also tell me gpu and cma memory settings. I remember that this was pretty...

`dmesg | grep -i cma` should do the trick. You could also try to change: set GPU mem to 160, but CMA to 256MB.

Then - I would not change it. What other settings you have for `camera-streamer`? How you run it, with what res?

OK. @charredchar People say that this is due some throttling happening on device: https://github.com/raspberrypi/firmware/issues/1627. So, it appears that in some cases those timeouts configured might be too low. Can you...