Hi All,
HW :DM8127 IPNC
SW : ipnc_rdk V3.5.
Sensor used : MT9J003
Till now, I am able to successfully set my custom path. i.e capture-->encode MJPEG Only -->SINGLE_STREAM streaming over RTSP(1080p). Now I am looking to change the sensor to 8MP mode i.e width=3264 height=2448 (supported by MT9J003). But My MJPEG encoder throws below errors continuously.
ERROR LOGS:
[m3video] ENCLINK:ERROR in Enclink_JPEGEncodeFrame.Status[-1]
[m3video] 15975:WARN
[m3video] ENC : IVAHDID : 0 ENCLINK:ERROR in EncLink_SubmitBatch.Status[-1]
[m3video] 16083:!ERROR!:ENCLINK::links_m3video/iva_enc/encLink_jpeg.c:[216]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED
[m3video] JPEG Extended error 8000
We called XDS_GETSTATUS control call with status after each process call & the status logs are as below.
status.extendederror0=0
status.extendederror1=0
status.extendederror2=0
status.extendederror3=0
Debug Static and dynamic params:
inputBufDesc :Width=3264 Height=2448
outputBufDesc :numBufs=1 size in bytes bytes=34564644 w=34564644 h=0
static parameters : Width=3328 Height=2560 InputFormat=9 profile=100 level=-1
dynamic param. :Width=3264 H=2448 CaptureWidth=3296
Note:
Sensor configurations are fine. I verified this by dumping 3264x2448 YUV data to file system. I am able to view proper 8MP image using YUV player.
Appreciate any help on this towards resolving the problem.