mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
f0f1d6efbc
* Create gst-launch-1.0-libcamerasrc.md * Update gst-launch-1.0-libcamerasrc.md
378 B
378 B
gst-launch-1.0 libcamerasrc
Read frames from a libcamera device. More information: https://libcamera.org/getting-started.html#using-gstreamer-plugin.
- 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}}