From 1ef31c4a15f7e659e2616627d38907238688c3b4 Mon Sep 17 00:00:00 2001 From: 42loop <ulf.freyhoff@gmx.net> Date: Sun, 8 Sep 2019 14:02:31 +0200 Subject: [PATCH] added first ideas for extension --- extend.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 extend.md diff --git a/extend.md b/extend.md new file mode 100644 index 0000000..d74481f --- /dev/null +++ b/extend.md @@ -0,0 +1,38 @@ +collect new scripts for video recording, processing & streaming: + +compile a ready to use raspberry image + + +cameras: + + usb webcam + https://www.kurokesu.com/main/2016/01/16/manual-usb-camera-settings-in-linux/ + raspi camera module + + +toolkit: + + ffmpeg + opencv + python + numpy + + +control options: + + button ? + + + bluetooth: + make android bluedot app for control (start/stop/new/stream / + https://hacks.mozilla.org/2017/02/headless-raspberry-pi-configuration-over-bluetooth/ + + + wifi: + accespoint function for control [raspberry wlan ap traincam] + + + other: + storage: usb + usbmount still does not work, have to compile, see https://www.raspberrypi.org/forums/viewtopic.php?t=192291#p1280234 + -- GitLab