aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg-facecam
blob: d15a0521a9de3ef0b273a67735ff97d451cf5ada (plain)
1
2
3
4
5
6
#!/bin/sh

# Opens a window streaming from the webcam
# Requires: ffplay (part of ffmpeg)

ffplay -i /dev/video0

Generated with cgit - Back to sebastiano.tronto.net