Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
meganerd committed Apr 6, 2024
1 parent 59b230f commit 5d815ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@ $ ./night-vision 50
$ ./night-vision 1
```

### Building
You can use a pre-made build or run:
### Building from source
```bash
$ g++ night-vision.cpp -o ./build/night-vision -lX11
```

### Compiled release builds
Compiled builds are available for amd64, aarch64 at the moment.

### Contributing
Keep CPU cost to minimum on PRs since we are targing ARM.

### Python
There is also a python release of night-vision in `./python`
It uses more CPU resource, but is still viable at 100-ms delay
Expand Down

0 comments on commit 5d815ee

Please sign in to comment.