This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
streams: | |
# PS3 EyeToy camera | |
ps3: v4l2:device?video=/dev/video0&input_format=yuyv422&video_size=640x480&framerate=15 | |
# Same, but rotated by 90 degrees via ffmpeg | |
ps3_rotated: ffmpeg:device?video=/dev/video0&input_format=yuyv422&video_size=640x480#video=mjpeg#hardware#rotate=90 | |
# This also works, though more unreliable; The "raw" parameter is essential! | |
ps3_bayer_grbg: ffmpeg:device?video=/dev/video0&input_format=bayer_grbg8&video_size=320x240#video=mjpeg#hardware#raw=-vf "format=yuv420p" | |
# RaspBerry Pi camera | |
rpi: exec:libcamera-vid -t 0 --codec h264 --width 1920 --height 1080 --framerate 15 --inline -o - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my.package.name", | |
"version": "1.0.0", | |
"license": "ISC", | |
"description": "", | |
"scripts": { | |
"lint": "tslint --exclude **/*.d.ts -t verbose src/**/*.ts", | |
"lint-fix": "tslint --exclude **/*.d.ts -t verbose --fix src/**/*.ts" | |
}, | |
"dependencies": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://hosts-file.net/grm.txt | |
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts | |
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts | |
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts | |
https://v.firebog.net/hosts/static/w3kbl.txt | |
https://adaway.org/hosts.txt | |
https://v.firebog.net/hosts/AdguardDNS.txt | |
https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt | |
https://hosts-file.net/ad_servers.txt | |
https://v.firebog.net/hosts/Easylist.txt |