
fswebcam
List of commands for fswebcam:
-
fswebcam:tldr:166d7 fswebcam: Take a picture with timestamp(timestamp string is formatted by strftime).$ fswebcam --timestamp ${timestamp} ${filename}try on your machineexplain this command
-
fswebcam:tldr:1d1b6 fswebcam: Take a picture from selected device(Default is `/dev/video0`).$ fswebcam -d ${device} ${filename}try on your machineexplain this command
-
fswebcam:tldr:3746a fswebcam: Take a picture with custom resolution.$ fswebcam -r ${width}x${height} ${filename}try on your machineexplain this command
-
fswebcam:tldr:d7600 fswebcam: Take a picture.$ fswebcam ${filename}try on your machineexplain this command