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.

PROCESSOR-SDK-DRA8X-TDA4X: Allowed number of channels in CSITX Node in PSDK6.2

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Hi,

We are Using PSDK 6.2.0.21.

Our application contains the 4 cameras, and I want to use the CSI2TX node to transmit the data captured by theses cameras.

But while executing our application, we observed following error message.

VX_ZONE_ERROR:[tivxCsitxCreat:719] Object descriptor number of channels exceeds max value allowed by csitx!!!

While digging through this error we found following implementation in file vx_csitx_target.c, in function tivxCsitxCreate() , after looking at following code snippet ,

we found that maximum allowed number of channels are one, as TIVX_CSITX_MAX_CH is defined as (1U)

 

Query :

1. Can I use CSITX for multiple channel and if yes, how many number of channels are supported by CSITX?

Regard,

Dipti.