explanation for running in Virtualbox
This commit is contained in:
parent
75db761507
commit
4c519e46a6
1 changed files with 12 additions and 3 deletions
|
@ -48,9 +48,18 @@ The installation in Windows can be done, though it is quite elaborate:
|
||||||
- Install for all users
|
- Install for all users
|
||||||
-
|
-
|
||||||
|
|
||||||
|
### On windows in VirtualBox
|
||||||
|
|
||||||
|
See [this](https://askubuntu.com/questions/4875/how-can-i-use-my-webcam-with-ubuntu-running-in-virtualbox/1237808#1237808) on getting the webcam working in the VM:
|
||||||
|
|
||||||
|
1. Install extension pack: `sudo apt install virtualbox-ext-pack`
|
||||||
|
2. `VBoxManage list webcams`
|
||||||
|
3. `VBoxManage controlvm "WIn10" webcam attach .3`
|
||||||
|
|
||||||
|
|
||||||
## Instructor help
|
## Instructor help
|
||||||
|
|
||||||
If screen stays black: is the camera on?
|
If screen stays black: is the camera on?
|
||||||
|
|
||||||
|
|
||||||
Enable camera through keyboard (MSI laptops: fn+F6). Then go to Settings/Instellingen -> Privacy instellingen voor camera -> Grant apps access to camera.
|
Enable camera through keyboard (MSI laptops: fn+F6). Then go to Settings/Instellingen -> Privacy instellingen voor camera -> Grant apps access to camera.
|
Loading…
Reference in a new issue