up vote 2 down vote favorite
share [g+] share [fb]

I have a Web Cam thats built into my laptop, no drivers exist for a 64Bit env (Thank you Sony!). Now I am wondering if I can somehow publish the web cam from XP Mode into my Win 7 environment.

Does anyone know if this is possible?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

The other answers don't seem to quite answer. There are two possible questions:

  1. Can I use my webcam inside XP Mode when running 64-bit Windows 7? (what the other people answered)

    • Answer: Maybe yes. Virtual PC allows you to attach USB devices to the virtual host, but I'm not sure if the built-in webcam will show up as a internal USB device or something else

     

  2. Can XP Mode somehow magically make my webcam work for apps that are not running in XP Mode? (What it seems like you are asking)

    • Answer: No. I can't think of anyway this would work.
link|improve this answer
Not sure what MS have done, but with XP Mode you can publish Apps to run like Wine (Linux) in Win 7. So its a bit more than a Virtual PC, but yeah doesn't seem like MS extended hardware support into this model, only apps... – JL. Sep 21 '09 at 23:25
Publishing apps is nothing magical, it just runs the virtual app in it's own window, with all the restraints you normally have, ie reduced support for hardware, "cumbersome" interaction with the hosts filesystem etc. VMWare Workstation has the same funtionality, it's called Union there. It's crap. :) – tptech Oct 6 '09 at 11:30
Yeah, it's not like wine at all, it's more like VMware's "Unity" or Parallels' "Coherence" features. Basically only shows the application window instead of the entire OS desktop, but it's still virtualizing the entire Windows XP OS off in its own sandbox – davr Oct 6 '09 at 21:21
Oooo , thats just nasty. I guess it at least has the decency to share the sandboxed OS among the apps. – JL. Oct 13 '09 at 17:01
feedback

I would probably work if it was a USB-camera, at least there is support for that in VMWare Workstation. But Windows XP Mode is just another virtual machine in that regard, and probably won't see your builtin webcam.

link|improve this answer
feedback

Does Windows XP Mode in Windows 7 support USB devices?

USB support is provided and essentially any USB device will work. Windows Virtual PC uses a USB pass through approach for most devices, so to the virtual machine it looks like the USB device is locally attached in the virtual environment. There is also redirection technology in place for USB storage devices.

Source

p.s.: XP Mode is a VPC image. VirtualBox supports VPC images and USB devices in virttual computers.

link|improve this answer
VPC also supports USB devices, so does Virtual XP Mode. The latter is just prepackaged from MS. VirtualBox will bring nothing new to this table, in my opinion.. – tptech Oct 6 '09 at 11:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.