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-23 11:56:55 +00:00
compLib Merge branch 'master' of https://github.com/F-WuTS/compLIB 2021-01-23 11:56:55 +00:00
docs updated to version 0.0.3 2021-01-21 23:55:26 +01:00
.gitignore removed .idea from git tracking 2021-01-16 21:21:00 +01:00
build_deb.sh vision daemon now streams with a resolution of 1280x720 2021-01-23 02:41:19 +01:00
changelog chnages in build 2021-01-17 03:04:38 +01:00
complib.service updated to version 0.0.3 2021-01-21 23:55:26 +01:00
MANIFEST.in initial commit 2021-01-14 18:26:47 +01:00
postinstall.sh vision daemon now streams with a resolution of 1280x720 2021-01-23 02:41:19 +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 updated to version 0.0.3 2021-01-21 23:55:26 +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\"```