Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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