Hi all,
We are getting the following error when following the instruction for a new Raspberian / Python Build
pi@raspberrypi:/depthai $ python3 test.py
python3 depthai.py
Traceback (most recent call last):
File "depthai.py", line 10, in <module>
import cv2
File "/home/pi/.local/lib/python3.7/site-packages/cv2/__init__.py", line 3, in <module>
from .cv2 import *
ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
Return code:1
pi@raspberrypi:/depthai $
Any idea's