Changes between Version 16 and Version 17 of venice/multimedia
- Timestamp:
- 04/30/2025 04:41:45 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/multimedia
v16 v17 82 82 Device-Tree changes: 83 83 - to add a device to your system you must properly configure your device-tree to describe how the device is connected to the host processor and other peripherals. Often this is most easily done via a device-tree overlay. The Gateworks venice kernels have dt overlays that support the DFROBOT 5in and 7in displays on the GW720x and GW730x boards. The dt overlay can be applied to the dt prior to booting the kernel by U-Boot. Examples: 84 * GW74xx display: 85 {{{#!bash 86 setenv fdt_overlays imx8mp-venice-gw74xx-rpidsi.dtbo 87 saveenv 88 }}} 84 89 * GW730x display: 85 90 {{{#!bash … … 160 165 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ 161 166 gstreamer1.0-libav gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 v4l-utils 162 # us ing glvideosink will render 'within'GUI167 # use fbdevsink if not running a desktop GUI 163 168 gst-launch-1.0 videotestsrc ! fbdevsink 164 }}} 165 * Note: This pipeline is intended to be run in a terminal within the GUI as a non-root user 169 # use glimagesink if running in a terminal within a desktop GUI 170 gst-launch-1.0 videotestsrc ! glimagesink 171 }}} 166 172 167 173 … … 409 415 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ 410 416 gstreamer1.0-libav gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 v4l-utils 417 # use fbdevsink if not running a desktop GUI 418 gst-launch-1.0 videotestsrc ! fbdevsink 419 # use glimagesink if running in a terminal within a desktop GUI 411 420 gst-launch-1.0 videotestsrc ! glimagesink 412 421 }}} 413 - Note that if this is run from a console you need to supply the window id; the above runs from a gnome-terminal414 422 * VP8 hardware decode and display: 415 423 {{{#!bash