Skype on VirtualBox guest Ubuntu: no video device found
Posted: 1. Jul 2015, 21:31
I have Ubuntu (14.10, 64bits) installed as guest OS on VirtualBox (host OS: Windows 7) on a Dell laptop (Inspiron 14) which has a built-in Camera.
This camera works fine in Windows 7, but Skype in Ubuntu cannot find any video devices:

and from the shell, indeed no video devices exists:
The webcam is recognised by the Ubuntu guest OS, as it's in the list given when pressing the USB icon
at the bottom.
However, when I try to access it by clicking the
icon, I get the following error:

AFAIK, there's no application, neither on the guest nor the host OSs that currently uses the webcam.
Any advice on how to add /dev/video0 to Ubuntu on VirtualBox?
This camera works fine in Windows 7, but Skype in Ubuntu cannot find any video devices:

and from the shell, indeed no video devices exists:
Code: Select all
openstack@openCV:~$ sudo ls -ls /dev/video*
ls: cannot access /dev/video*: No such file or directory
at the bottom.However, when I try to access it by clicking the
icon, I get the following error:
AFAIK, there's no application, neither on the guest nor the host OSs that currently uses the webcam.
Any advice on how to add /dev/video0 to Ubuntu on VirtualBox?