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.

IPNC_RDK V3.5 5MP MJPEG编码问题



+ pCameraInstPrm->sensorOutWidth = 2560;
+ pCameraInstPrm->sensorOutHeight = 1920;
+ pCameraInstPrm->standard = SYSTEM_STD_5MP_2560_1920;

/* First stream */

+ pCameraOutPrm->scOutWidth = 2560;
+ pCameraOutPrm->scOutHeight = 1920;

/* Second stream */

+ pCameraOutPrm->scOutWidth = 2560;
+ pCameraOutPrm->scOutHeight = 1920;

RSZA->H264

RSZB->MJPEG

H264图像正常

JPEG图像右边部分异常

JPEG_Enc_UserGuide中讲到JPEG支持最大到16Mp的图像编码,请问是否有需要配置的地方?