Andrew Loomis

Results 7 comments of Andrew Loomis

I've tested with various timeouts, and increasing to 1000ms does make it better, but I still get the error, albeit less often. I tried at the extremes, 100ms and 5000ms,...

Do you think the Raspberry Pi devs in the Raspberry Pi forum might know? I'll ask and check back in here

Can you think of any relevant differences between the operation of the raspivid and rpicamsrc code? I know you replicated the code, but even a small difference may have caused...

It seems like the timeout definitely has something to do with it, what method does raspivid use to capture frames? Do they not use a timeout?

I've spent the last few hours testing the new code doing multiple trials to confirm my results. I am now getting a new error, and it is as random as...

I have replaced mmal_queue_timedwait() with mmal_queue_wait() as in your suggestion above, now I don't get an error at all when one of the streams fails - it just crashes the...

Interesting, well I'm not going to scour both code bases to find the problem (at least not yet). I think for now I'm just going to restart the pipeline when...