Update README.md
This commit is contained in:
parent
3ff91e18bb
commit
4ae6bb8623
@ -1,5 +1,6 @@
|
|||||||
## Video Parser
|
## Video Parser
|
||||||
This takes a visual media input (photo / video / etc) and uses ffmpeg to read the rgb values then writes them to `stdout` as raw data. This can the be piped to [/dev/ttyACMx](https://github.com/Rushmore75/led_matrix) which will display them.
|
This takes a visual media input (photo / video / etc) and uses ffmpeg to read the rgb values then writes them to `stdout` as raw data.
|
||||||
|
This can the be piped to [/dev/ttyACMx](https://github.com/Rushmore75/led_matrix) which will display them.
|
||||||
To find the arduino you can run:
|
To find the arduino you can run:
|
||||||
```
|
```
|
||||||
ls /dev/serial/by-id/ | grep arduino | xargs -I{} readlink /dev/serial/by-id/{}
|
ls /dev/serial/by-id/ | grep arduino | xargs -I{} readlink /dev/serial/by-id/{}
|
||||||
|
Loading…
Reference in New Issue
Block a user