Hi folks, I'm working on a Mac M2, Sonoma. Just received my OAK-D PRO and am trying to get Depth AI loaded on it following the tutorial here. I've pasted the script in my terminal, but I eventually get error messages. I'm including a screenshot of what I'm seeing. I have little or no experience with coding, so I apologize in advance if this is a rookie mistake! Any insights would be greatly appreciated. My end goal is to get the camera sending Depth AI info into the new OAK tools in Touchdesigner.

  • Hi @emullis
    I can confirm that python3 -m pip install depthai_viewer --force-reinstall works on python312.

    Can you test please?

    Thanks,
    Jaka

Thank you! It's asking me for a password now:

"During Homebrew install, certain commands need 'sudo'. Requesting access...

Password:"

What should I do here?

22 days later

Thank you! I got it installed and am up and running in Touchdesigner (all the networks in the TD OAK-D example file work great). I'm now looking to install the DepthAIViewer. When I enter this:

depthai-viewer

# OR

python3 -m depthai_viewer

I get the message below. It looks like there's something else I need to download first?

Thank you @jakaskerl !
Sorry to keep asking so many questions. I ran that and am now getting this error

5 days later

Hi @emullis
Looks like no wheel was compatible with your environment. Which python version are you using? I think viewer is not supported on 3.12 since pyarrow dependency has some installation issue.

Thanks,
Jaka

@jakaskerl thank you for looking at it. I gave it a shot and am getting the same error.

Hi @emullis
I can confirm that python3 -m pip install depthai_viewer --force-reinstall works on python312.

Can you test please?

Thanks,
Jaka