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.

how to understand mcfw echo info

[m3vpss ]  27421: CAPTURE: Fields = 0 (fps = 0), Total Resets = 0 (Avg 0 ms per reset)
 [m3video]  Channel:0 inputframerate:30 targetfps:1
 [m3video]  Channel:2 inputframerate:30 targetfps:1
 [m3video]  Channel:3 inputframerate:30 targetfps:1
 [m3video]  Channel:8 inputframerate:30 targetfps:1
 [m3video]  Channel:10 inputframerate:30 targetfps:1
 [m3video]  Channel:11 inputframerate:30 targetfps:1
 [m3video]  Channel:1 inputframerate:30 targetfps:1
 [m3video]  Channel:4 inputframerate:30 targetfps:1
 [m3video]  Channel:6 inputframerate:30 targetfps:1
 [m3video]  Channel:7 inputframerate:30 targetfps:1
 [m3video]  Channel:9 inputframerate:30 targetfps:1
 [m3video]  Channel:5 inputframerate:30 targetfps:1
 [m3vpss ] DMTIMER_TEST:TotElapsed:31990:NumUpdates:999
 [m3vpss ] DMTIMER_TEST:TotElapsed:31968:NumUpdates:999
 [m3vpss ] DMTIMER_TEST:TotElapsed:31968:NumUpdates:999

how can help me~~~~~~~~~~~~

  • What do you want to understand ? Are you facing some issue ?

    [m3vpss ]  27421: CAPTURE: Fields = 0 (fps = 0), Total Resets = 0 (Avg 0 ms per reset) - This print is from m3vpss. It indicates no frames are being captured by the capture driver.

     [m3video]  Channel:0 inputframerate:30 targetfps:1 - This print is from m3video. It indicates application has configured encoder channel 0 with input frame rate as 30 and output frame rate as 1.

    [m3vpss ] DMTIMER_TEST:TotElapsed:31990:NumUpdates:999 - This print is from m3vpss. It is printed once every 30 secs or so and is debug info from timer.

    It appears you are using a old unsupported RDK release. Pls migrate to RDK 3.5 release to avoid debugging issues that have already been fixed.

     

  • thank you veryvery much! you are so nice!!

    1.no frames are being captured by the capture driver  ,but i still have output video on my SD TV , why??

    2.I just comment Venc_init() , Vdec_init() , Venc_start(), Vdec_start() in VcapVencVdecVdis_start() function belongs to demo_vcap_venc_vdec_vdis.c

     i call the 4d1 progressive usecase,so i think encode print info shoud not appear in  [m3video] print infos.

    i did not configure encoder channel 0 input frame rate and output frame rate.  inputframerate:30 targetfps:1 is configured by default???

    3.i use RDK 02.00.00.23 and my board vender just have this version , how can i get the RDK3.5 release?

  • 1.no frames are being captured by the capture driver  ,but i still have output video on my SD TV , why??

       -- The stats are printed initially before capture driver is started so the counters are zero. You should see proper statistics if you use the "i: Print Detailed Statistics" cmd in the mcfw demo

    2.I just comment Venc_init() , Vdec_init() , Venc_start(), Vdec_start() in VcapVencVdecVdis_start() function belongs to demo_vcap_venc_vdec_vdis.c

     i call the 4d1 progressive usecase,so i think encode print info shoud not appear in  [m3video] print infos.

    i did not configure encoder channel 0 input frame rate and output frame rate.  inputframerate:30 targetfps:1 is configured by default???

      -- Configuration is done from demo_vcap_venc_vdec_vdis.c.ALso it is wrong to comment out Venc_init etc. Application will not work if you comment out these functions.

      -- Also the 4d1 usecase is not supported on 816x. Run a supported usecase like 16 ch progressive DVR on 816x.

    3.i use RDK 02.00.00.23 and my board vender just have this version , how can i get the RDK3.5 release?

       -- Contact TI FAE to get the latest DVR  RDK release .What board are you using ?

  • i just have SDTV for SWmosaic . so i have to use the 4d1 usecase which runs well on my board. why is it not supported?

  • by the way, where can i get the TRM??

  • Hi,

     

    TRM is available at below link.

     

    http://www.ti.com/product/tms320dm8168

     

    Regards,

    Brijesh Jadav

  • For mosaic on SDTV pls refer the multich_hybrid_dvr usecase that is supported in RDK 3.5 which is a 16 ch 960H DVR usecase.