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.

TDA2EXEVM: Different resolution encoding

Part Number: TDA2EXEVM

Hi,

I am using vision_sdk version 2.12.

And I want to encode two different resolution(HD and D1).  In the encoder link it is giving below error message,

"

[HOST] [IPU2 ] 64.087659 s: ENCODE: Creating CH0 of 1280 x 720, pitch = (1280, 1280) [1] [0], bitrate = 2097 Kbps ...
[HOST] [IPU2 ] 64.158848 s: ENCODE: CH0: H264EncCreated:H264ENC_TI DEV.500.V.H264AVC.E.IVAHD.02.00.09.01
[HOST] [IPU2 ] 64.159214 s: ENCODE: Creating CH1 of 720 x 480, pitch = (720, 720) [1] [0], bitrate = 2097 Kbps ...

[HOST] [IPU2 ] 64.192277 s: ENCODE: CH1: H264EncCreated:H264ENC_TI DEV.500.V.H264AVC.E.IVAHD.02.00.09.01

[HOST] [IPU2 ] 64.192551 s: ENCODE: All CH Create ... DONE !!!
[HOST] [IPU2 ] 64.193802 s: ENCODE: Create ... DONE !!!

[ HOST] [IPU2 ] 65.012688 s: ENCODE: Error !!! ChId 0, ReqchNum - 1.....
[HOST] [IPU2 ] 65.012810 s: Assertion @ Line: 1740 in links_ipu/iva/iva_enc/encLink_common.c: chId == pReqObj->InFrameList.buffers[i]->chNum : failed !!!"

My question, is it possible to encode multiple channel input with different resolutions.

Thanks.