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.

Capture 1080p@60 and encode

Hi, I use DVRRDK V4.0.0.3 on DM8168. Our application is that DM8168 captures a single 1080p@60 video from FPGA.,and encode, send the h264 bitstream out by ethernet. Which usecase pre-defined in DVRRDK V4.0.0.3 would be the best for us? thanks.

  • There is no usecase for single channel HD capture and encode. You can refer

    /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti816x/multichhd_vcap_venc_vdis.c

    /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti816x/multichhdsd_vcap_venc_vdis.c

    which do HD capture encode but they are complicated usecases and have lot of additional functionality.