Hi,
I am using IPNCRDK version 3.8, sensor ARO330.
I had an issue of frame rate loss by half in triple stream and dual stream, I made resizerClkdivN =25 from 70 on triple stream and dual stream mode and fps got increased to 30.
Can you please explain me the significance of this variable and what was actually happened when i changed clk from 70 to 25.
Do it have any other effects by this change on video?
case AVSERVER_UI_CAPTURE_MODE_TRI_STREAM:
if(platform==PLATFORM_DM365)
config->resizerClkdivN = 50;
else
config->resizerClkdivN = gAVSERVER_UI_config.vsEnable ? 60:25;
config->sensorMode = DRV_IMGS_SENSOR_MODE_1920x1080;
config->sensorFps = 30;
in "file av_capture/application/ipnc/av_server/src/common/avServerUi.c".
D you have any other suggestion for me to increase fps other than.
Thank you.