10 Commits

Author SHA1 Message Date
zkk
053b28d5e7 修改默认分辨率为720P 2024-08-15 10:34:00 +08:00
zkk
d94443be8d 修改项目远程更新的地址 2024-08-07 17:39:50 +08:00
zkk
199d34cd8f 修改Crowsnest默认配置 分辨率为1080P 最大帧率为30 2024-06-27 17:01:58 +08:00
Patrick Gehrsitz
fcd12d323c
chore: add note about proxies to crowsnest.conf (#227)
Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
2024-01-08 22:10:49 +01:00
Stephan Wendel
745631aed0
chore: update conf and readme to new params
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2023-04-13 20:41:27 +02:00
Stephan Wendel
952dac98a1
chore: add note to crowsnest.conf
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2023-04-13 20:26:32 +02:00
Stephan Wendel
4444ea58fd
refactor: refactor install chain
Includes:

* refactor of install.sh, splitting it to libs
* fix of custompios module according to install changes
* added test script to verify install
* refactor of `make config` script

    Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2023-04-10 15:11:19 +02:00
Stephan Wendel
95c1dca13f
feat!: adds camera-streamer to crowsnest
This introduces camera-streamer as streamer option
via `mode: multi`

camera-streamer is a feature packed stream service.
It is capable to deliver mjpg/snapshots/webrtc and rtsp

Limited to raspberry pi sbc's for now.

This should also resolv
Feature request #51
Feature request #37
Fixes #83
Closes #85
Fixes #89

BREAKING CHANGES:

Dropping support for Debian Buster based images and kernels older than
5.15y

Dropping RTSP support due aler9/simple-rtsp-server

Dropping usage of ffmpeg

No support anymore for Raspicam V1 (EOL)

Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2023-03-11 18:57:19 +01:00
docgalaxyblock
541855054f
docs: fix typo and rework layout (#80)
This also makes #77 obsolete.
2023-02-01 15:50:27 +01:00
Stephan Wendel
d4a2c08152
refactor: implements new install mechanism
This installer requires to be configured due
make config

Changes:

Add tools/configure.sh script and make config.

Refactor of uninstall.sh according to new installer

Add dev-helper.sh to provide various informations for developing
and also could check existing installation as kinda "unit-test"

This should also fix #46
and fix #41

Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2022-11-04 09:37:40 +01:00