Skip to content

Instantly share code, notes, and snippets.

@ivanocj
Created July 2, 2024 02:28
Show Gist options
  • Save ivanocj/849ad556e92444e570db667bc8902ae7 to your computer and use it in GitHub Desktop.
Save ivanocj/849ad556e92444e570db667bc8902ae7 to your computer and use it in GitHub Desktop.
Fix camera Resolution on VMWARE

Certain cameras may not work well with virtual USB camera. Perform these steps to enable pass through of cameras in to virtual machine:

Ensure to shutdown all virtual machines and quit VMware Fusion if its running.

Open Terminal ( /Applications/Utilities/Terminal.app)

Run this command to change the current location.

cd ~/Library/Preferences/VMware\ Fusion/

Open the preferences file using vi or nano editors in terminal

nano preferences Add this parameter at the end of the file:

vusbcamera.passthrough = "TRUE"

Save and close the preferences file.

Launch VMware Fusion and startup your virtual machine.

Important: Remove all existing camera devices.

(Optional) In some cases, you might want to change the USB compatibility to USB 3.0. It can be changed under "Advanced USB settings"

Click Virtual Machine menu > USB and Bluetooth Setting

Select the Camera you want from the list to connect it to the virtual machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment