Hi TI expert,
I write a tiovx demo, it display some err when running it. and the LCD monitor blink.
This is the err information as below.
115.966358 s: VX_ZONE_ERROR:[ownCopyAndMapCheckParams:651] plane index is greater than the image's number of planes
115.966436 s: VX_ZONE_ERROR:[ownCopyAndMapCheckParams:651] plane index is greater than the image's number of planes
115.966358 s: VX_ZONE_ERROR:[ownCopyAndMapCheckParams:651] plane index is greater than the image's number of planes
115.966436 s: VX_ZONE_ERROR:[ownCopyAndMapCheckParams:651] plane index is greater than the image's number of planes
....
117.569749 s: VX_ZONE_ERROR:[vxMapImagePatch:2016] No available image maps
117.569799 s: VX_ZONE_ERROR:[vxMapImagePatch:2017] May need to increase the value of TIVX_IMAGE_MAX_MAPS in tiovx/include/TI/tivx_config.h
117.569749 s: VX_ZONE_ERROR:[vxMapImagePatch:2016] No available image maps
117.569799 s: VX_ZONE_ERROR:[vxMapImagePatch:2017] May need to increase the value of TIVX_IMAGE_MAX_MAPS in tiovx/include/TI/tivx_config.h
117.569749 s: VX_ZONE_ERROR:[vxMapImagePatch:2016] No available image maps
117.569799 s: VX_ZONE_ERROR:[vxMapImagePatch:2017] May need to increase the value of TIVX_IMAGE_MAX_MAPS in tiovx/include/TI/tivx_config.h
....
How to do it? Is there anything wrong?
Can i add the value of TIVX_IMAGE_MAX_MAPS?
Thanks