Hello TI, is there an easy way how to backport traffic monitoring demo to ES1.0 (e.g. by following migration guide in an inverse way)? Or does the demo implement some features that depends on ES2.0?
Thank you, Lukas
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.
Hello TI, is there an easy way how to backport traffic monitoring demo to ES1.0 (e.g. by following migration guide in an inverse way)? Or does the demo implement some features that depends on ES2.0?
Thank you, Lukas
Hello,
Is there a particular reason you want ES1.0? Not there are silicon and firmware differences - you should refer to the SDK release notes to understand the deltas.
However, with respect to the demo code of point cloud detection + tracking you should be able to backport and compile with the SDK.
You can also refer to this old version of long range people counting which was released for ES1.0
Amanda
We have some older sensors in field where we need to test the TM firmware. Anyway, using older SDK (3.2 to be precise) and "undoing" steps recommended in migration guide definitely worked! Thank you.