Dear experts.
now I'm using DM365 + mt9p031.
I have some probleem to set the codec with 720p / h.264 / VBR.
I want to operate usually 2Mb/s and even the image is dynamic or noisy don't want to exceed 10Mb/s.
But if I film some dark place, the bitrate exceed 10 to 40 Mb/s.
so I change the rate control from VBR to CVBR, the symptom is same.
I use following setting codec value.
version - H264ENC.version.02.30.00.06.wizardversion.0.5.3
pObj->dynamicParams_h264.initQ = 28;
pObj->dynamicParams_h264.rcAlgo = 3;
pObj->dynamicParams.targetBitRate = 0;
pObj->dynamicParams_h264.maxBitrateCVBR = 10000000;
pObj->dynamicParams_h264.maxHighCmpxIntCVBR = 1;
pObj->dynamicParams_h264.CVBRsensitivity = 0;
pObj->dynamicParams_h264.CVBRminbitrate = 0;
and the other setting use default value.
please give some advice not to exceed 10Mb bitrate.
Best regards.
Jay.