Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glikely committed Oct 22, 2021
1 parent cb5e2b7 commit 00702b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
OUTPUT_STRIP_TRAILING_WHITESPACE)
else()
set(PLUGIN_VERSION "v0.9.0-rc1")
set(PLUGIN_VERSION "v0.9.0")
endif()
if (PLUGIN_VERSION MATCHES "^v([.0-9]*)")
set(PLUGIN_SIMPLE_VERSION "${CMAKE_MATCH_1}")
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@

Plugin for OBS Studio to add a PTZ Camera control dock.

Latest Version: v0.7.0

![PTZ Controls Screenshot](/doc/ptz-controls-screenshot.png?raw=true "OBS Studio PTZ Controls")

![PTZ Controls Screenshot](/doc/ptz-settings-screenshot.png?raw=true "OBS Studio PTZ Device Settings")

Features:

- Pan, Tilt, and Zoom controls
- Auto and manual focus
- Save and recall camera presets
- Control any number of cameras
- Auto select active camera based on active scene
- Control camera power
- Whitebalance control
- Supported protocols
- VISCA
- VISCA-over-IP
- VISCA over UDP (Sony protocol)
- VISCA over TCP (PTZ Optics and others)
- Pelco-P
- Pelco-D

[OBS project resource page](https://obsproject.com/forum/resources/ptz-controls.1284/)

Expand Down

0 comments on commit 00702b3

Please sign in to comment.