started working on vision package
This commit is contained in:
parent
ce1c82a192
commit
b06962e955
2 changed files with 150 additions and 0 deletions
|
@ -20,3 +20,9 @@ pip install sphinx-rtd-theme
|
|||
|
||||
[Inline documentation example](https://pythonhosted.org/an_example_pypi_project/sphinx.html#full-code-example)
|
||||
[reStructured Text](https://pythonhosted.org/an_example_pypi_project/sphinx.html#restructured-text-rest-resources)
|
||||
|
||||
# Stream Video
|
||||
|
||||
```
|
||||
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\"```
|
||||
```
|
||||
|
|
Reference in a new issue