logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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