HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gst-device-monitor-1.0 — List devices detected by GStreamer. More information: <https://manned.org/gst-device-monitor-1.0>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddevicesgstreamercligst-device-monitor-1.0morelistdetected

Problem

How to use the gst-device-monitor-1.0 command: List devices detected by GStreamer. More information: <https://manned.org/gst-device-monitor-1.0>.

Solution

gst-device-monitor-1.0 — List devices detected by GStreamer. More information: <https://manned.org/gst-device-monitor-1.0>.

List all current devices:
gst-device-monitor-1.0


List all current devices and monitor for any changes:
gst-device-monitor-1.0 {{[-f|--follow]}}


List devices of a specific type:
gst-device-monitor-1.0 {{Audio|Video}}/{{Source|Sink}}

Code Snippets

List all current devices

gst-device-monitor-1.0

List all current devices and monitor for any changes

gst-device-monitor-1.0 {{[-f|--follow]}}

List devices of a specific type

gst-device-monitor-1.0 {{Audio|Video}}/{{Source|Sink}}

Context

tldr-pages: common/gst-device-monitor-1.0

Revisions (0)

No revisions yet.