I used cmake 3.10.2 with python 3.6.9 and a virtual environment that I named cv
Everything went as described in the instructions. But when start python in the cv virtual env and I import cv2 this is what I get:
(cv) xxxx@xxxx:~$ python
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import cv2
Traceback (most recent call last):
File “<stdin>”, line 1, in
ImportError: /home/alan/cv2.so: undefined symbol: _ZTIN2cv3dnn14dnn4_v202011175LayerE
I have no idea what the problem is. I bought this jetson to run opencv on it. But I cannot. Can anyone help me to understand why it is not working and to get it working?
hi Futznabble:
when you flash your Xavier with sdkmanager, you can select install OpenCV together that version is guaranteed from NV, other verision is NOT tested.