hi,all,
My env: dm8168 and dvr rdk 4.0
My chains: vcap->nsf->venc->vdec->sw->vdis.
My capture : HD camera
my question:
(1) Set encode param: Venc_setInputFrameRate(0, 60);
when the HD camera is 1080P60
I use Venc_setDynamicParam();
set FRAMERATE = 60 , the out fps 60.
set FRAMERATE = 30 , the out fps 30.
.... that is OK.
however, I choose the other HD camera (at 1080P30) .
when I change the FRAMERATE = 30 , the out fps only 15.
when I change the FRAMERATE = 60, the out fps 30.
….out fps is half of change fps….
(2) Set encode param: Venc_setInputFrameRate(0, 30);
the HD camera (at 1080P30) is OK!
However, Change the HD camera at 1080P60
change fps = 30 ,out fps= 60.
change fps = 20 ,out =40….
…. change fps is half of out fps….
Anybody can help me? thanks!