How to manage USB devices between host and guest with VirtualBox on Windows

7,035

It means that you should create usb filter, follow this:

  1. Open the VM setting (this is your Windows 7).
  2. Go to the USB tab and make sure Enable USB Controller has checked. You can check the USB 2.0 but you have to install vmbox extensions.
  3. Click the add button and select the webcam, done.
  4. Now you can replug your USB device and start the Windows 7 to see whether is succeed
Share:
7,035

Related videos on Youtube

Babu Bujji
Author by

Babu Bujji

• Software designer/architect, application/website developer, author, educator--see full brand page. • Broad exposure to diverse firms from R&D at a Fortune 500 firm to principal software designer at a tiny startup company. • Worked on projects including: wep apps, content management systems, laser control, multi-user systems, database tools, color laser printer firmware. • Over 100 articles published on Simple-Talk.com and DevX.com covering topics (TDD, code review, source control, documentation, debugging, code smells, usability, visualization, testing) and technologies (C#, PowerShell, .NET, LINQ, JavaScript, AngularJs, XML, WPF, WinForms, database) -see full article list. • Open-source endeavors:   (1) SqlDiffFramework, a database comparison tool for comparing heterogeneous data sources.   (2) DocTreeGenerator, combines help pages of your PS cmdlets into a tree-structured HTML web site.   (3) MonitorFactory, a PowerShell framework to generate near-real-time monitors for any data resources.   (4) XmlDoc2CmdletDoc, generates individual help pages for binary PowerShell cmdlets.   (5) collection of developer tools/libraries in several languages (see API bookshelf); • Taught at community colleges and at University of Phoenix. • Member LinkedIn ( http://www.linkedin.com/in/michaelsorens )

Updated on September 18, 2022

Comments

  • Babu Bujji
    Babu Bujji over 1 year

    I would like to make my host computer’s webcam available to my guest OS under VirtualBox. Having never shared USB devices between the two before, though, I am a bit skittish about the language in the VirtualBox user guide on USB settings:

    As soon as the guest system starts using a USB device, it will appear as unavailable on the host... On a Windows host, you will need to unplug and reconnect a USB device to use it after creating a filter for it

    If I were to share my host’s integrated webcam, relinquishing control to the guest OS, how would I restore control to the host since I cannot unplug the webcam?

    (My host is Windows 8 and my guest is Windows 7.)

    • pabouk - Ukraine stay strong
      pabouk - Ukraine stay strong over 10 years
      I do not know what is possible with VirtualBox but on VMware Workstation in the context menu of the icon of a connected USB device there is Disconnect (Connect to host) which really reconnects the device back to the host.