Skip to content

Commit cc258cb

Browse files
authored
Update README.md
1 parent 7520ab9 commit cc258cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ A unified framework for event-based video. Encoder/transcoder/decoder for ADΔER
1313

1414
To enable the use of _source-modeled lossy compression_ (the only such scheme for event-based video, as far as I'm aware), install/import the relevant crates below with the `compression` feature enabled and the _nightly_ toolchain. For example, install adder-viz as follows:
1515
```
16+
cargo +nightly install adder-viz -F "compression"
17+
```
18+
19+
To transcode from an iniVation DVS/DAVIS camera (using an older method, not yet unified with the Prophesee transcoder), enable the `open-cv` feature:
20+
```
1621
cargo +nightly install adder-viz -F "compression open-cv"
1722
```
1823

0 commit comments

Comments
 (0)