Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamai authored Jun 6, 2024
1 parent e80ffc7 commit 1772faf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@

After installing OpenTrack, select Input as **UDP over network** so that OpenTrack can receive data from StableView and send it to the required application.

### Linux

Run the following command in the terminal inside the folder:

```bash
LD_LIBRARY_PATH=. ./StableView
```

### MacOS ( Apple Silicon )

Run the following command in the terminal inside the folder:

```bash
DYLD_FALLBACK_LIBRARY_PATH=. ./StableView
```


# Features

- Uses your regular old webcam with AI for head tracking. Uses an extremely low CPU (<3%-60fps in Ryzen 5 3600H) and returns high performance.
Expand Down

0 comments on commit 1772faf

Please sign in to comment.