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.

TDA2xEVM: Need help dumping output of segmentation demo to a file instead of display

Hi,

I'm trying to modify the segmentation demo (by adding another use case - segWrite) and dumping to file instead of displaying the segmented output.

I've changed the final link from Display to Null and have implemented the null line callback function and file write task similar to the tidl usecase.

However, I'm not getting proper output. Do you have a patch for this change?

Here is my implementation: segWrite.zip