You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using libsolocam.so without modifications in order to read frames from the camera but after a few seconds or minutes, it depends, the Solo freezes and start flashing red lights.
I tried it on the ground but i think that if it happens in flight it can be dangerous.
I can not understand exactly why it is produced and how to prevent it.
I think that the buffer is full, but i am not sure. I think it is produced in the line 329 of solocam.c
Anyone having the same problem?
Do you know how to solve it?
The text was updated successfully, but these errors were encountered:
Hi @David-Proconsi see my solution to #302, it might be the issue. Though, while I've had similar trouble to you, eg only able to read a few frames before things go wrong, I haven't seen that specific error.
I am using libsolocam.so without modifications in order to read frames from the camera but after a few seconds or minutes, it depends, the Solo freezes and start flashing red lights.
I tried it on the ground but i think that if it happens in flight it can be dangerous.
The error in the console is:
python: solocam.c:300: solocam_read_frame: Assertion
buf.index < ctx->num_buffe rs' failed.`
I can not understand exactly why it is produced and how to prevent it.
I think that the buffer is full, but i am not sure. I think it is produced in the line 329 of solocam.c
Anyone having the same problem?
Do you know how to solve it?
The text was updated successfully, but these errors were encountered: