VirtualBox

Ignore:
Timestamp:
Oct 23, 2013 7:55:19 AM (11 years ago)
Author:
vboxsync
Message:

UserManual: webcam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r49230 r49253  
    875875
    876876      <para>The VBoxManage command line tool must be used to enable webcam passthrough.
    877       Currently some commands are not supported on all hosts, please see the host-specific
    878       sections below for additional details. The following commands are available:
     877      Please see the host-specific sections below for additional details.
     878      The following commands are available:
    879879        <itemizedlist>
    880880          <listitem><para>Get a list of host webcams (or other video input devices):
     
    888888          </para></listitem>
    889889          <listitem><para>Attach a webcam to a running VM:
    890             <screen>VBoxManage controlvm "VM name" webcam attach [host_path|alias]</screen>
    891             This will attach a USB webcam device to the guest.
     890            <screen>VBoxManage controlvm "VM name" webcam attach [host_path|alias [settings]]</screen>
     891            This will attach a USB webcam device to the guest.</para>
     892
     893            <para>The <computeroutput>settings</computeroutput> parameter is a string
     894            <computeroutput>Setting1=Value1;Setting2=Value2</computeroutput>, which allows to
     895            configure the emulated webcam device. The following settings are supported:
     896            <itemizedlist>
     897              <listitem>
     898                <computeroutput>MaxFramerate</computeroutput> The highest rate at which video frames
     899                are sent to the guest. A higher frame rate requires more CPU power. Therefore sometimes
     900                it is useful to set a lower limit. Default is no limit and allow the guest to use all
     901                frame rates supported by the host webcam.
     902              </listitem>
     903              <listitem>
     904                <computeroutput>MaxPayloadTransferSize</computeroutput> How many bytes the emulated
     905                webcam can send to the guest at a time. Default value is 3060 bytes, which is used by
     906                some webcams. Higher values can slightly reduce CPU load, if the guest is able to use
     907                larger buffers. However a high <computeroutput>MaxPayloadTransferSize</computeroutput>
     908                might be not supported by some guests.
     909              </listitem>
     910            </itemizedlist>
    892911          </para></listitem>
    893912          <listitem><para>Detach a webcam from a running VM:
     
    927946      If the emulated webcam is inactive it should be manually detached using the
    928947      <computeroutput>VBoxManage controlvm "VM name" webcam detach ...</computeroutput> command.</para>
     948
     949      <para>Aliases <computeroutput>.0</computeroutput> and <computeroutput>.1</computeroutput> are mapped
     950      to <computeroutput>/dev/video0</computeroutput>, alias <computeroutput>.2</computeroutput> is mapped
     951      to <computeroutput>/dev/video1</computeroutput> and so forth.</para>
    929952    </sect2>
    930953  </sect1>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette