Skip to content

Enable reallocating the ring buffer

When the current ring buffer isn't sufficient in size, there is currently no way to force a reallocation, implement a method for doing this, by checking in STREAMON whether the current ring buffer is sufficient and if not jump back to state NONE after a DESTROY_INSTANCE firmware call.

Merge request reports