You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/install.rst
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,9 @@ macOS
46
46
47
47
Close and re-open the terminal window after this command.
48
48
49
-
The script also works on M1 Macs, Homebrew being installed under Rosetta 2, as some Python packages are still missing native M1 support. In case you already have Homebrew installed natively and things don't work, see `here <https://github.com/luxonis/depthai/issues/299#issuecomment-757110966>`__ for some additional troubleshooting steps.
49
+
The script also works on M1 Macs, Homebrew being installed under Rosetta 2, as some Python packages are still missing native M1
50
+
support. In case you already have Homebrew installed natively and things don't work, see `here <https://github.com/luxonis/depthai/issues/299#issuecomment-757110966>`__
51
+
for some additional troubleshooting steps.
50
52
51
53
Note that if the video streaming window does not appear consider running the
52
54
following:
@@ -57,6 +59,52 @@ following:
57
59
58
60
See the `Video preview window fails to appear on macOS <https://discuss.luxonis.com/d/95-video-preview-window-fails-to-appear-on-macos>`_ thread on our forum for more information.
59
61
62
+
M1 Mac build wheels natively
63
+
----------------------------
64
+
65
+
In order to run DepthAI natively on M1 Mac, you currently need to build the wheels locally. We will add pre-building M1 wheels
66
+
in Q2 of 2022, so this won't be needed anymore.
67
+
68
+
This tutorial was provided by whab and tested on a MacBookPro M1 Pro running macOS Monterey 12.1 with a OAK-D-Lite.
0 commit comments