https://github.com/dbtek/pseye-virtualcam
Send video from PS Eye camera to OBS Virtualcam
https://github.com/dbtek/pseye-virtualcam
Last synced: 11 months ago
JSON representation
Send video from PS Eye camera to OBS Virtualcam
- Host: GitHub
- URL: https://github.com/dbtek/pseye-virtualcam
- Owner: dbtek
- Created: 2021-04-01T23:18:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T14:26:12.000Z (about 5 years ago)
- Last Synced: 2025-06-25T08:07:03.236Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PS Eye Virtualcam
===
Run PS Eye Camera on macOs!
### Usage
- Download latest executable from [releases](https://github.com/dbtek/pseye-virtualcam/releases)
- Install [OBS](https://obsproject.com/tr)
- In OBS:
- Start virtual cam
- Stop virtual cam
- Start pseyevcam
- Enjoy
### Development
Init submodule:
```bash
$ git submodule init
$ git submodule update
```
Create virtual env:
```bash
$ python3 -m venv .venv
$ source ./.venv/bin/activate
```
Install requirements:
```bash
$ pip install -r requirements.txt
$ sudo -H pip install ./pseyepy
```
Run code:
```bash
$ python eye.py
```
Package:
```bash
$ python -m nuitka eye.py
```