Changeset 372c4ce3 for multimedia


Ignore:
Timestamp:
12/18/2023 06:13:56 PM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7fce8cc
Parents:
d5ffede
Message:

v4l-utils: several tweaks to the page

  • Change the formatting for the meson command to be standard with other pages in the book
  • Fix the commands for installing the contrib files (no sdlcam since we don't have SDL_Image in the book, remove $DESTDIR, etc)
  • Add command explanations for the two contrib utilities
  • Remove extraneous spaces in between commands
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/v4l-utils.xml

    rd5ffede r372c4ce3  
    123123<screen><userinput>mkdir build &amp;&amp;
    124124cd    build &amp;&amp;
    125 meson setup --prefix=/usr -Ddoxygen-doc=disabled \
    126             -Dgconv=disabled --buildtype=release ..
    127 
     125
     126meson setup --prefix=/usr          \
     127            -Ddoxygen-doc=disabled \
     128            -Dgconv=disabled       \
     129            --buildtype=release    .. &amp;&amp;
    128130ninja</userinput></screen>
    129131
     
    137139    </para>
    138140
    139 <screen role="root"><userinput>ninja  install</userinput></screen>
     141<screen role="root"><userinput>ninja install</userinput></screen>
    140142
    141143    <para>
     
    143145    </para>
    144146
    145 <screen role="root"><userinput>for prog in sdlcam  v4l2gl v4l2grab
     147<screen role="root"><userinput>for prog in v4l2gl v4l2grab
    146148do
    147         cp -v contrib/test/$prog $DESTDIR/usr/bin/.
     149   cp -v contrib/test/$prog /usr/bin
    148150done</userinput></screen>
    149151
     
    191193          v4l2-compliance,
    192194          v4l2-ctl,
    193           v4l2-dbg, and
     195          v4l2-dbg,
     196          v4l2gl,
     197          v4l2grab, and
    194198          v4l2-sysfs-path
    195199        </seg>
     
    405409      </varlistentry>
    406410
     411      <varlistentry id="v4l2gl">
     412        <term><command>v4l2gl</command></term>
     413        <listitem>
     414          <para>
     415            captures images using libv4l and stores them as PPM files
     416          </para>
     417          <indexterm zone="v4l-utils v4l2gl">
     418            <primary sortas="b-v4l2gl">v4l2gl</primary>
     419          </indexterm>
     420        </listitem>
     421      </varlistentry>
     422
     423      <varlistentry id="v4l2grab">
     424        <term><command>v4l2grab</command></term>
     425        <listitem>
     426          <para>
     427            captures images using libv4l and stores them as PPM files, while
     428            also allowing for additonal options such as setting the amount of
     429            frames captured and saving the file as a RAW file
     430          </para>
     431          <indexterm zone="v4l-utils v4l2grab">
     432            <primary sortas="b-v4l2grab">v4l2grab</primary>
     433          </indexterm>
     434        </listitem>
     435      </varlistentry>
     436
    407437      <varlistentry id="v4l2-sysfs-path">
    408438        <term><command>v4l2-sysfs-path</command></term>
Note: See TracChangeset for help on using the changeset viewer.