This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8217: Are receiving uncompressed frames for processing and viewing video streams with BOA mutually exclusive?

DM8217: Are receiving uncompressed frames for processing and viewing video streams with BOA mutually exclusive?

Running any BOA demo mode, App_RunDemo() starts (among others) two threads running  App_ipcFramesSendRecvFxn() and App_ipcBitsRecvStreamFxn() correspondingly.

When in BOA “NONE” mode, MultiCh_createStreamCaptureDisplay() is running and App_ipcFramesSendRecvFxn() receives frames for handling.

When in BOA “VS DEMO” mode, MultiCh_createTriStreamFullFtr() is running and App_ipcFramesSendRecvFxn() receives no frames for handling (while App_ipcBitsRecvStreamFxn() does receive data for processing).

Are receiving uncompressed frames for processing and viewing video streams with BOA mutually exclusive?

If not – what to do enable processing of uncompressed frames during streaming of video?