Skip to content

control OBSBOT tiny / tiny2 webcam using OSC protocol, provides a web interface.

License

Notifications You must be signed in to change notification settings

sionirvine/obsbotcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBSBOT controller with OSC

written in Python, to control OBSBOT app using OBSBOT center app. the app communicates through the app with OSC. make sure to enable OSC feature first in the OBSBOT center app.

running the app

  1. make sure to install all the required dependencies:
python3 -m venv venv/
source venv/bin/activate
pip install -r requirements.txt
  1. to run the app, run:
python main.py

the app will run on 0.0.0.0, port 3000.

  1. waitress is installed as a WSGI server. to run with WSGI server:
waitress-serve --host 0.0.0.0 --port 3000 main:app

About

control OBSBOT tiny / tiny2 webcam using OSC protocol, provides a web interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published