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.

the problem about printing the capture stats

Hi,

There is an opened post I created "capture and frame out" here. It's about six days without response. Therefore, I create this new post. I am so stuck in here and need the help in urgent.

As I mentioned, I cannot find the problem why the capture stats are not printed out. Please refer to the following links for the code and kindly help.

  • You are not starting the links. Links stats will not be printed if link is not started. I have already provided this info several times before. After creating all links do System_linkStart for the link.Invoking Venc_start of Vcap_start is not useful since you are not populating correct link ids. Explicitly start all links you create at end of your usecase create function. Also the way you are printing stats is useless for any analysis. As informed previously you should print stats 3 times at 1 min interval _after_ all the links are started.

    I also see issues with your usecase.

    Below code is wrong:

            if (!enableVideoFrameImport)
            {
                MultiCh_setIpcFramesOutInQueInfo(&ipcFramesOutHostPrm.inQueInfo);
            }

    ipcFramesOutHostPrm.inQueInfo should be correctly populated and not under condition  

    (!enableVideoFrameImport)

    In your stats print also include stats for externalVideoDecoder to ensure video decoder is detecting input signal.