logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Capture Webcam Image - Control Camera Feed | Online Free DevTools by Hexmos

Capture webcam image with fswebcam. Control camera settings, adjust resolution, and add timestamps to your captures. Free online tool, no registration required.

fswebcam

Small and simple webcam for *nix. More information: https://www.sanslogic.co.uk/fswebcam.

  • Take a picture:

fswebcam {{filename}}

  • Take a picture with custom resolution:

fswebcam {{[-r|--resolution]}} {{width}}x{{height}} {{filename}}

  • Take a picture from selected device(Default is /dev/video0):

fswebcam {{[-d|--device]}} {{device}} {{filename}}

  • Take a picture with timestamp(timestamp string is formatted by strftime):

fswebcam --timestamp {{timestamp}} {{filename}}

See Also