Pencheff
Results
2
comments of
Pencheff
Is there any solution to this ? I get the same exact problem. After sending MMAL_BUFFER_HEADER_FLAG_EOS, the decoder stops outputting any frames. Trying to close the decoder after EOS is...
```cpp // My main thread has this: class MyExample { ... // lock to protect Json::Value access std::mutex lock_; Json::Value json_; bool valid_communication_; bool parse_done_; }; // Worker thread executes...