Read frames from a libcamera device.
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