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.

TDA4VM-Q1: Custom Kernel : Maximum vx_image input

Part Number: TDA4VM-Q1

Dear Sir,

I have a custom kernel, which has 7 input vx_image and one output vx_image.

But I am facing the build error for the 6th and 7th input image argument

 error: array subscript 5 is above array bounds of ‘struct _vx_image *[5]’ [-Werror=array-bounds]

I found that the limitation is 5 vx_image

#define TIVX_KERNEL_COMMON_VALID_RECT_MAX_IMAGE        (5u)

Can it be increased, if not then how we can accommodate this requirement?

Thanks and Regards,

Vyom Mishra