Changes between Version 15 and Version 16 of venice/multimedia
- Timestamp:
- 04/29/2025 09:52:24 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/multimedia
v15 v16 134 134 1. Add a USB mouse and keyboard to your hardware configuration 135 135 1. Add a compatible display to your hardware configuration 136 1. add samsung-dsim-imx to /etc/modules (if you have not done so already)137 {{{#!bash138 echo samsung-dsim-imx >> /etc/modules139 }}}140 136 1. add a non-root user (required to login) 141 137 {{{#!bash … … 413 409 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ 414 410 gstreamer1.0-libav gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 v4l-utils 415 # using glvideosink will render 'within' GUI 416 gst-launch-1.0 videotestsrc ! autovideosink 417 }}} 411 gst-launch-1.0 videotestsrc ! glimagesink 412 }}} 413 - Note that if this is run from a console you need to supply the window id; the above runs from a gnome-terminal 418 414 * VP8 hardware decode and display: 419 415 {{{#!bash