Hi,
I am trying to dump out_gpulut_array using vxMapArrayRange() and I am getting following error
VX_ZONE_ERROR:[vxMapArrayRange:566] Invalid array range.
When I query the array using vxQueryArray(obj->out_gpulut_array, VX_ARRAY_NUMITEMS, &num_items, sizeof(num_items), num_items is '0' even after tivxGenerateGpulutNode() is executed. that's why vxMapArrayRange(0) is failing
I see that svGenerate_3D_GPULUT() is not using vxAddArrayItems() to update out_gpulut_array so how can i get access to the buffer from application to dump it to a file ?
Regards
Mahipal