Skip to content

Commit

Permalink
Merge pull request #2335 from pupil-labs/domstoppable-patch-1
Browse files Browse the repository at this point in the history
Adds MacOS note
  • Loading branch information
willpatera committed Oct 2, 2023
2 parents c309547 + c11df7e commit e9bf7ef
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 e9bf7ef

Please sign in to comment.