Hello TI agents,
In the Capture/Encode demo provided by TI, there is a thread used for writing the compressed video to a file. I am not using this functionality. Therefore I want to remove the OuputBitstream thread which is not used in my case.
Unfortunately, I can't handle this and my application is stuck in the middle of nowhere when removing this thread.
As I can see, the thread fills encode component buffer then it reads the output port buffer pipe. Then it writes the encoded video to a file and finally it fills encode component buffer once more (and I don't really know why).
Could someone explain to me how to manage this ?
Thank you very much.
Dylan