https://github.com/jvkolyadich/obs-birddog-p200-controller
A dockable OBS Studio plugin for controlling the BirdDog P200.
https://github.com/jvkolyadich/obs-birddog-p200-controller
birddog camera-control obs obs-plugin obs-studio obs-studio-plugin visca visca-over-ip
Last synced: 29 days ago
JSON representation
A dockable OBS Studio plugin for controlling the BirdDog P200.
- Host: GitHub
- URL: https://github.com/jvkolyadich/obs-birddog-p200-controller
- Owner: jvkolyadich
- License: gpl-2.0
- Created: 2021-10-15T01:59:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T02:12:21.000Z (over 4 years ago)
- Last Synced: 2024-01-14T09:20:44.304Z (over 2 years ago)
- Topics: birddog, camera-control, obs, obs-plugin, obs-studio, obs-studio-plugin, visca, visca-over-ip
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obs-birddog-p200-controller
A dockable OBS Studio plugin for controlling the BirdDog P200 camera.
It uses the visca over ip protocol, so it might work with other cameras.
## Controls
The main widget works like a normal joystick, but it has a few additional actions:
- Scrolling zooms in and out
- Pressing the middle mouse button stops zooming immediately
- Pressing the right mouse button stops movement and zooming immediately
## Screenshots


## Build from source
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Add the files in this repository to UI/frontend-plugins/obs-birddog-p200-controller/
- Add "add_subdirectory(obs-birddog-p200-controller)" to the end of UI/frontend-plugins/CMakeLists.txt
- Rebuild OBS Studio
[Pre-built binaries](https://github.com/jvkolyadich/obs-birddog-p200-controller/releases) are only available for Windows 64-bit.