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.

dm8168 采集编码 4通道 1080P 30帧,实际帧率达不到

你好,
我现在用的dm8168,dvr_rdk是4.0版本,想要实现4路1080P,30帧采集编码;
link:cap->nsf->outm3->inm3->encode-bitsout->bitsin(A8),

问题如下:
nsf.numbufsperch=1时,采集4路达到120fps,但nsf每路丢帧15帧,就是说4路实际编码的数据只有30帧,查看是nsf的emptybuf不足。所以进行下步:
nsf.numbufsperch=4时,整个链路跑起来,4路采集总共达到85帧,每路21帧,nsf没有丢帧。如果bitsinA8哪里不释放buf,就是说只有采集,显示的是4路采集总帧数是102fps。

请问这个现象是什么问题,是我哪里的参数设置不对,还是说根本就处理不了120帧的1080P。求指教,谢谢。