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.

Using McFW For Hybrid DVR (TI 8168)



Hello Ti Friends,
    We are using DVRSDK 2.0.0.0. We want to implement the following case in one program:
    1. Source from analog camera, use vcap->venc->write to disk->vdec->vdis;
    2. Source from local file, use file->vdec->vdis;
    3. Source from network stream, use stream->save to file->vdec->vdis (We know how to get and split video/audio stream).
    Could you please give us some advice how to configure mcfw chains ?

     Best regards,

     Dellrunning

  • Hi,

    For #1, please refer to  dvr_rdk/demos/mcfw_api_demos/mcfw_demo/demo_vcap_venc_vdec_vdis.c if your are interested in how Links are connected you can refer to dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti816x/multich_progressive_vcap_venc_vdec_vdis.c This is excatly doing same things that you want to do in usecase 1

    For #2, please refer demo_vdec_vdis.c and multich_vdec_vdis.c you will find these in same folders above, this is also exact usecase that you need.

    For #3,  This is not supported right now, This might be supported going ahead. You need a A8 side application that can receive bitstream over network and the write it to file. After that  demo_vdec_vdis can be used as it is.

    Regards,

    Yogesh.

     

     

     

     

  • Hello Yogesh,

        Thanks a lot.

        For #3, what's your schedule ?  When will you finish it ?

        Best Regards,

         Dellrunning


  • I will confirm on schedule and let you know.

    Regards,

    Yogesh.

     

  • Hi,

    option #3 usecase should be available by May end.

    Regards,

    Yogesh.

    P.S. please mark the verify answer if you think this post has answered your question