updated readme
This commit is contained in:
parent
9b3c8e5b7f
commit
c70ac8fd03
1 changed files with 1 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
||||||
# compLIB
|
# compLIB
|
||||||
|
|
||||||
## TODOs
|
|
||||||
|
|
||||||
### LED control is not implemented
|
|
||||||
|
|
||||||
Need dependencies:
|
|
||||||
https://github.com/Freenove/Freenove_RPI_WS281x_Python
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
## Building documentation
|
## Building documentation
|
||||||
|
@ -27,7 +20,7 @@ pip install sphinx-rtd-theme
|
||||||
sudo raspivid -t 0 -b 10000000 -w 1920 -h 1080 -fps 30 -n -o - | gst-launch-1.0 fdsrc ! video/x-h264,width=1280,height=720,framerate=30/1,noise-reduction=1,profile=high,stream-format=byte-stream ! h264parse ! queue ! flvmux streamable=true ! rtmpsink location=\"rtmp://10.1.1.68/live/stream\"```
|
sudo raspivid -t 0 -b 10000000 -w 1920 -h 1080 -fps 30 -n -o - | gst-launch-1.0 fdsrc ! video/x-h264,width=1280,height=720,framerate=30/1,noise-reduction=1,profile=high,stream-format=byte-stream ! h264parse ! queue ! flvmux streamable=true ! rtmpsink location=\"rtmp://10.1.1.68/live/stream\"```
|
||||||
```
|
```
|
||||||
|
|
||||||
# Stream video from generic USB camera
|
## Stream video from generic USB camera
|
||||||
|
|
||||||
with gst, very cpu heavy
|
with gst, very cpu heavy
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue