Hello, I have a virtual machine with Ubuntu on my Mac OS X computer. When I try to run there any application that uses the built-in webcam, I get errors (like NoneType has not attribute ... when I try to read a frame with video_capture in OpenCV) or a black window with the words "camera not found". When trying to write the following commands in os x

VBoxManage controlvm "Ubuntu Linux" webcam attach VBoxManage controlvm "Ubuntu Linux" webcam list 

I get the following error after executing the first line

 VBoxManage: error: Attach emulated USB webcam (VERR_PDM_NO_USBPROXY) VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component ConsoleWrap, interface IConsole, callee nsISupports VBoxManage: error: Context: "WebcamAttach(path.raw(), settings.raw())" at line 1652 of file VBoxManageControlVM.cpp 

If anyone has ever encountered a similar problem - please tell me what to do in this situation?

  • And the pack is installed? And if so, the version of which is virtual box? - don Rumata

0