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?