As I couldn't find any appropriate forum for this issue, I'm trying my luck here.
I've been working with VLIB_createCCMap8Bit which isn't stable, to say the least. My images are aligned to the required x32 dimensions but it seems that I keep getting this error message from the function, once in several runs:
Creation of 8-bit Connected Components Map failed!!! status = 5
* after that, the system becomes completely unstable.
It doesn't matter how I allocate the memory for the handle and the buffer (cached, un-cached, static) nor the image size (from 64x64 to VGA 320x240).
The module is critical in our algorithm and we also noticed there's a bizarre stack corruption arsing from calling VLIB_getCCFeatures.
We simply can't understand why the functions allocate memory internally if we were asked by the document to supply "big enough" buffer.
Is there a person in TI that can answer questions about VLIB 2.2 - I'm asking as for the forums, there's little to none answers to people's questions... !?
We're working on IPNC (Appro kit) with DSP c674.
Regards,
Roei