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