- Timestamp:
- Oct 15, 2013 9:56:29 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89959
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r49111 r49115 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 877 Currently some commands are not supported on all hosts, please see the host-specific 878 878 sections below for additional details. The following commands are available: 879 879 <itemizedlist> … … 885 885 The alias can be used as a shortcut in other commands. Alias '.0' means 886 886 default video input device on the host, '.1', '.2', etc mean first, second, etc 887 video input device. The device order is host 887 video input device. The device order is host-specific. 888 888 </para></listitem> 889 889 <listitem><para>Attach a webcam to a running VM: 890 <screen>VBoxManage controlvm VMNAMEwebcam attach [host_path|alias]</screen>890 <screen>VBoxManage controlvm "VM name" webcam attach [host_path|alias]</screen> 891 891 This will attach a USB webcam device to the guest. 892 892 </para></listitem> 893 893 <listitem><para>Detach a webcam from a running VM: 894 <screen>VBoxManage controlvm VMNAMEwebcam detach [host_path|alias]</screen>894 <screen>VBoxManage controlvm "VM name" webcam detach [host_path|alias]</screen> 895 895 </para></listitem> 896 896 <listitem><para>List webcams attached to a running VM: 897 <screen>VBoxManage controlvm VMNAMEwebcam list</screen>897 <screen>VBoxManage controlvm "VM name" webcam list</screen> 898 898 The output contains path or alias which was used in 'webcam attach' command for 899 899 each attached webcam. … … 904 904 905 905 <sect2> 906 <title>Windows host </title>906 <title>Windows hosts</title> 907 907 908 908 <para>All of VBoxManage commands are implemented.</para> … … 913 913 914 914 <sect2> 915 <title>Mac OS X host </title>915 <title>Mac OS X hosts</title> 916 916 917 917 <para><computeroutput>VBoxManage list webcams</computeroutput> is not yet implemented.</para> 918 918 919 919 <para>When the webcam device is detached from the host, the emulated webcam device 920 remains attached to the guest and must be manually detached using 921 <computeroutput>VBoxManage controlvm VMNAMEwebcam detach ...</computeroutput> command.</para>920 remains attached to the guest and must be manually detached using the 921 <computeroutput>VBoxManage controlvm "VM name" webcam detach ...</computeroutput> command.</para> 922 922 </sect2> 923 923 924 924 <sect2> 925 <title>Linux host </title>925 <title>Linux hosts</title> 926 926 927 927 <para><computeroutput>VBoxManage list webcams</computeroutput> is not yet implemented.</para> … … 932 932 933 933 <para>When the webcam device is detached from the host, the emulated webcam device remains 934 attached to the guest and must be manually detached using 935 <computeroutput>VBoxManage controlvm VMNAMEwebcam detach ...</computeroutput> command.</para>934 attached to the guest and must be manually detached using the 935 <computeroutput>VBoxManage controlvm "VM name" webcam detach ...</computeroutput> command.</para> 936 936 </sect2> 937 937 </sect1> -
trunk/doc/manual/en_US/user_KnownIssues.xml
r46821 r49115 211 211 <xref linkend="efividmode" /> for more information on how to 212 212 change EFI video modes.</para> 213 </listitem>214 215 <listitem>216 <para>Even when idle, Mac OS X guests currently burn 100% CPU.217 This is a power management issue that will be addressed in a218 future release.</para>219 213 </listitem> 220 214
Note:
See TracChangeset
for help on using the changeset viewer.