This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-01-21 19:37:04 +01:00
compLib started working on vision package 2021-01-21 19:37:04 +01:00
docs Fix usage example 2021-01-18 20:02:29 +01:00
.gitignore removed .idea from git tracking 2021-01-16 21:21:00 +01:00
build_deb.sh added dependency "python3-pip" to package 2021-01-18 20:07:43 +01:00
changelog chnages in build 2021-01-17 03:04:38 +01:00
MANIFEST.in initial commit 2021-01-14 18:26:47 +01:00
postinstall.sh added more api documentation 2021-01-16 23:33:09 +01:00
README.md started working on vision package 2021-01-21 19:37:04 +01:00
setup.py chnages in build 2021-01-17 03:04:38 +01:00
sphinx_to_github.sh fixed error in doc build script, causing html folder to be copied instead of its contents 2021-01-17 04:50:10 +01:00
test.py finished api client implementation 2021-01-16 03:09:31 +01:00

compLIB

TODOs

LED control is not implemented

Need dependencies: https://github.com/Freenove/Freenove_RPI_WS281x_Python

Dependencies

Building documentation

pip install sphinx-rtd-theme

Writing docs

Inline documentation example reStructured Text

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\"```