Hi all, I'm pretty new to DepthAI and i'm having trouble setting up a pipeline, as per the Hello_World example. Ive installed DepthAI on a Jetson Nano (using a virtual env, as per the instructions on the Installation page). I'm using an OAK-1, and had success running the rgb_preview.py script. The problem is, when trying to create a pipeline (whilst in my depthAI environment) with the following:
pipeline = dai.Pipeline()
or
pipeline = dai.Pipeline()
I get the following bash syntax error:
bash: syntax error near unexpected token `('
I don't know what scripts pipeline is calling to debug, so I would appreciate any points you all might have!
Running Jetpack 4.6
Python 3.6.9
Cheers
Jon