commands.sh

gst-launch-1.0 libcamerasrc

all

Read frames from a libcamera device.

More info →

Examples (2)

View video in a window

gst-launch-1.0 libcamerasrc ! videoconvert ! autovideosink

Specify the device to read from

gst-launch-1.0 libcamerasrc camera-name=camera_name ! videoconvert ! autovideosink
made by @shridhargupta | data from tldr-pages