System Grab Bag

View all TLDR pages from Linux (or from all pages)

cam

Frontend tool for libcamera. More information: https://libcamera.org/docs.html.
  • List available cameras:
    cam --list
  • List controls of a camera:
    cam --camera {{camera_index}} --list-controls
  • Write frames to a folder:
    cam --camera {{camera_index}} --capture={{frames_to_capture}} --file
  • Display camera feed in a window:
    cam --camera {{camera_index}} --capture --sdl

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.