mpvcam is a simple posix script to play your webcam in mpv without any latency.
`# user` mpvcam # toggle the default camera (/dev/video0)
`# user` mpvcam <number> # toggle a chosen camera (/dev/video\<number>)
- mpv
`# user` git clone https://github.com/amarakon/mpvcam
`# user` cd mpvcam
`# root` make install
`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge media-video/mpvcam
`# user` cd mpvcam
`# root` make uninstall
`# root` emerge -c media-video/mpvcam
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync