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: How to dump out_gpulut_array in app_srv_camera application ?

Part Number: TDA4VM

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