Skip to content

Commit

Permalink
Adds MacOS note
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable authored Oct 2, 2023
1 parent c309547 commit c11df7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ cd pupil_src
python main.py capture # or player/service
```

#### macOS 12 Monterey and newer
Note: Due to [technical limitations](https://github.com/libusb/libusb/issues/1014) on macOS 12 Monterey and newer, Pupil Capture and Pupil Service need to be started with administrator privileges to get access to the video camera feeds. To do that, prepend the python command with `sudo`. E.g.,:
```sh
sudo python main.py capture
```

#### Command Line Arguments

The following arguments are supported:
Expand Down

0 comments on commit c11df7e

Please sign in to comment.