https://gist.github.com/moritzmhmk/48e5ed9c4baa5557422f16983900ca95
https://blog.maxofs2d.net/post/171294188718/adventures-with-a-raspberry-pi-camera-module-its
http://jorgen.tjer.no/post/2012/04/21/livecasting-osx-desktop/
| { | |
| "nodes": [ | |
| { | |
| "dragHandle": ".web-noise-drag-handle", | |
| "id": "destination-1696490914491", | |
| "type": "destination", | |
| "data": { | |
| "label": "destination", | |
| "config": {} | |
| }, |
| <html> | |
| <head> | |
| <style> | |
| .brightness { | |
| -webkit-filter: brightness(5); | |
| -moz-filter: brightness(5); | |
| -o-filter: brightness(5); | |
| -ms-filter: brightness(5); | |
| filter: brightness(5); |
| #env $(\cat .env | xargs) bash provision_rasp_boot.sh | |
| # download image and unpack it somehow | |
| # wget https://downloads.raspberrypi.org/raspbian_lite_latest | |
| diskutil unmountDisk /dev/disk2 | |
| sudo dd bs=1m if=/Users/nogizhopaboroda/Downloads/2018-11-13-raspbian-stretch-lite.img of=/dev/rdisk2 conv=sync | |
| echo 'waiting 30 sec' | |
| sleep 30 |
| #on local machine | |
| ssh-copy-id [email protected] |
| <style> | |
| .wrapper { | |
| width: 1000px; | |
| height: 52px; | |
| border: 1px solid gray; | |
| overflow-x: hidden; | |
| background: linear-gradient(0deg, gray, white); | |
| } | |
| .bullet { | |
| width: 100px; |
| https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos |