ChieftainY2k / raspberry-garda

Raspberry Pi docker-based platform for surveillance, sensors, mqtt etc.
2 stars 2 forks source link

Mechinery: Aborted (core dumped), Capture: devices is blocking, and not grabbing any more frames. #9

Closed ChieftainY2k closed 4 years ago

ChieftainY2k commented 6 years ago
kerberos-deb_1  | 15/06/2018 09:32:16.104 INFO  [trivial] IoDisk: saving image 1529047933_6-163833_frontDoorDockerized_306-21-1140-675_113931_909.jpg
kerberos-deb_1  | 15/06/2018 09:32:18.165 INFO  [trivial] IoVideo: end writing images
kerberos-deb_1  | 15/06/2018 09:32:18.166 INFO  [trivial] IoVideo: remove videowriter
kerberos-deb_1  | 15/06/2018 09:32:18.166 INFO  [trivial] IoVideo: unlocking write thread
kerberos-deb_1  | 15/06/2018 09:32:45.028 INFO  [trivial] HullExpositor: activity detected from (363,22) to (858,80)
kerberos-deb_1  | 15/06/2018 09:32:49.820 INFO  [trivial] HullExpositor: activity detected from (323,21) to (1136,674)
kerberos-deb_1  | 15/06/2018 09:33:16.786 INFO  [trivial] HullExpositor: activity detected from (234,19) to (1172,674)
kerberos-deb_1  | 15/06/2018 09:33:19.787 INFO  [trivial] HullExpositor: activity detected from (260,124) to (524,666)
kerberos-deb_1  | 15/06/2018 09:33:24.464 INFO  [trivial] HullExpositor: activity detected from (295,21) to (1135,673)
kerberos-deb_1  | 15/06/2018 09:33:29.150 INFO  [trivial] HullExpositor: activity detected from (524,36) to (547,59)
kerberos-deb_1  | 15/06/2018 09:33:32.474 INFO  [trivial] HullExpositor: activity detected from (282,22) to (542,670)
kerberos-deb_1  | 15/06/2018 09:33:40.255 INFO  [trivial] Capture: devices is blocking, and not grabbing any more frames.
kerberos-deb_1  | Aborted (core dumped)
ChieftainY2k commented 6 years ago

Probable cause: low disk space.

cedricve commented 6 years ago

Hmm, this happens if the capture thread is blocked however never seen it before while using a raspberry pi camera.

ChieftainY2k commented 6 years ago

It seems that I get this errors when there is not enough space on device to process video.

cedricve commented 6 years ago

hmm indeed, how much gpu do you have assigned to the raspberry pi?

ChieftainY2k commented 6 years ago

128MB

cedricve commented 6 years ago

You might increase that to 256, I encoutered the same issue before and I got the lock rezolved by assigning more GPU memory.

On Jun 16, 2018, 1:36 PM, at 1:36 PM, ChieftainY2k notifications@github.com wrote:

128MB

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/ChieftainY2k/rpi3-kerberosio-dockerized/issues/9#issuecomment-397806564

ChieftainY2k commented 4 years ago

Seems this issue is gone for now :)