dbtek / pseye-virtualcam

Send video from PS Eye camera to OBS Virtualcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS Eye Virtualcam

Run PS Eye Camera on macOs!

Usage

  • Download latest executable from releases
  • Install OBS
  • In OBS:
    • Start virtual cam
    • Stop virtual cam
  • Start pseyevcam
  • Enjoy

Development

Init submodule:

$ git submodule init
$ git submodule update

Create virtual env:

$ python3 -m venv .venv
$ source ./.venv/bin/activate

Install requirements:

$ pip install -r requirements.txt
$ sudo -H pip install ./pseyepy

Run code:

$ python eye.py

Package:

$ python -m nuitka eye.py

About

Send video from PS Eye camera to OBS Virtualcam


Languages

Language:Python 100.0%