Hello, I am using the dragonboard 410c with the AD-96TOF1-EBZ time of flight sensor and want to write the DNN.py example from the ADITOF SDK but keep running into the following error:
File "home/linaro/worksapce/github/aditof_sdk/bindings/python/examples/dnn/dnn.py", Line 32, in <module>
import aditofpython as tof
ModuleNotFoundError: No module named 'aditfopython'
How do I fix this error? All I need to do is get this dnn exmaple running to display object detection for a project. Steps to solve this issue even from the start after flashing a new SD card would be very helpful.
Thank you.