Add cam aliases

This commit is contained in:
Johannes Rothe 2024-10-14 10:41:37 +02:00
parent a8a1c49c75
commit e884bc79e9

View File

@ -51,6 +51,8 @@
"ll" = "ls -lh"; "ll" = "ls -lh";
"cal" = "rusti-cal --color -w"; "cal" = "rusti-cal --color -w";
"ip" = "ip -c"; "ip" = "ip -c";
"preview" = "mpv av://v4l2:/dev/video0 --profile=low-latency";
"cam" = "gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0";
}; };
}; };