Traceback (most recent call last):
File "track.py", line 5, in <module>
import cv
ImportError: dlopen(/motion_tracking/cv.so, 2): no suitable image found. Did find:
/motion_tracking/cv.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00
Please advice. Thank you
I got this error message when trying trigger this script, track.py
Please advice. Thank you