5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
# Pull up a low latency
|
|
# mpv window with webcam
|
|
|
|
mpv --profile=low-latency --untimed --no-osc /dev/video0
|