From 4c519e46a6c5954495540e6fae12c9c71351fcae Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 27 Jan 2021 11:04:28 +0100 Subject: [PATCH] explanation for running in Virtualbox --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48e3f6d..ae82ce2 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,18 @@ The installation in Windows can be done, though it is quite elaborate: - Install for all users - +### On windows in VirtualBox - ## Instructor help +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: - If screen stays black: is the camera on? +1. Install extension pack: `sudo apt install virtualbox-ext-pack` +2. `VBoxManage list webcams` +3. `VBoxManage controlvm "WIn10" webcam attach .3` - Enable camera through keyboard (MSI laptops: fn+F6). Then go to Settings/Instellingen -> Privacy instellingen voor camera -> Grant apps access to camera. \ No newline at end of file + +## Instructor help + +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.