Changeset 49253 in vbox for trunk/doc/manual/en_US/user_AdvancedTopics.xml
- Timestamp:
- Oct 23, 2013 7:55:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r49230 r49253 875 875 876 876 <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-specific878 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: 879 879 <itemizedlist> 880 880 <listitem><para>Get a list of host webcams (or other video input devices): … … 888 888 </para></listitem> 889 889 <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> 892 911 </para></listitem> 893 912 <listitem><para>Detach a webcam from a running VM: … … 927 946 If the emulated webcam is inactive it should be manually detached using the 928 947 <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> 929 952 </sect2> 930 953 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.