christopher-hesse / mac-virtual-camera

Simple Virtual Camera for Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac-virtual-camera

Simple virtual camera for mac

Uses a slightly modified version of https://github.com/johnboiles/coremediaio-dal-minimal-example

  • git clone https://github.com/christopher-hesse/mac-virtual-camera.git
  • open third-party/coremediaio-dal-minimal-example/CMIOMinimalSample.xcodeproj in Xcode
  • select "Product -> Build" from the top menu bar
  • find CMIOMinimalSample.plugin in the "Products" folder in the left side hierarchy
  • right click CMIOMinimalSample.plugin and choose "Show in Finder"
  • sudo rm -r /Library/CoreMediaIO/Plug-Ins/DAL/CMIOMinimalSample.plugin
  • sudo cp -r <path> /Library/CoreMediaIO/Plug-Ins/DAL/
  • restart chrome
  • create a hangouts call
  • hit the gear icon in the top right
  • under the "video" selection select "CMIOMinimalSample Device"
  • pip install -e .
  • python -m mac_virtual_camera.run

About

Simple Virtual Camera for Mac


Languages

Language:Python 100.0%