Part Number: TDA4VM
Hi,
We are working on intelligent driving with TDA 4V.
Recently, we update the TI SDK from 7.2 to 8.2, and we found a problem.
With 7.2-version TI SDK, the model can output the angle slots corretly, but after we update to 8.2, the angle slots can not be detected.
Basically, we are using funcions in this way:
PSD_Vision_Module{
OdOutput Detect{
app_run_graph{
postProcess();
}
}
PSD_Postproc();
}
We have confirmed that the postProcess() function works fine and correctly, so as far as we know, the problem may happened with the app_run_graph() function.
So, we would like to know what the diffenece between the 7.2 TI SDK and 8.2 and how it affects the output of the model or the funtion app_run_graph() .
Best Regards.