Changes between Version 8 and Version 9 of venice/multimedia


Ignore:
Timestamp:
08/16/2023 11:43:00 PM (9 months ago)
Author:
Tim Harvey
Comment:

removed outdated module info and updated gst example

Legend:

Unmodified
Added
Removed
Modified
  • venice/multimedia

    v8 v9  
    8080Notes:
    8181 - no kernel cmdline needed for video out
    82  - samsung-dsim-imx does not currently load by itself. Work around this by adding it to /etc/modules
    83 {{{#!bash
    84 # update /etc/modules to load them on boot
    85 echo "samsung-dsim-imx" >> /etc/modules
    86 }}}
    8782
    8883== Software to Add a New Display
     
    146141gstreamer1.0-libav gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 v4l-utils
    147142# using glvideosink will render 'within' GUI
    148 gst-launch-1.0 videotestsrc ! autovideosink
     143gst-launch-1.0 videotestsrc ! fbdevsink
    149144}}}
    150145 * Note: This pipeline is intended to be run in a terminal within the GUI as a non-root user