Skip to content

Commit adc8924

Browse files
committed
Minor updates to readme
1 parent 0731e57 commit adc8924

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# obs-visca-control
2-
A plugin for [OBS](https://obsproject.com/) to control Visca-over-IP based cameras.
1+
# Visca-over-IP Camera Control plugin
2+
A Lua script plugin for [OBS](https://obsproject.com/) to control Visca-over-IP based cameras.
33

44
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
55
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/vwout/obs-visca-control?style=flat-square)](https://github.com/vwout/obs-visca-control/releases)
66
[![Linting and Tests](https://github.com/vwout/obs-visca-control/actions/workflows/test.yaml/badge.svg)](https://github.com/vwout/obs-visca-control/actions/workflows/test.yaml)
77

8+
Control VISCA-over-IP PTZ cameras from OBS Studio with automatic preset switching and full PTZ/Focus/Zoom controls.
89
This plugin adds a source to a scene in OBS. With this source, a camera can be controlled.
9-
Its main purpose is to automatically switch a camera to a certain preset when the scene is activated.
10-
This activation can be as soon as the scene is active in preview, in program, or both.
10+
Its main purpose is to automatically switch a camera to a certain preset, or perform another action on the camera when the scene is activated.
11+
Activation means: as soon as the scene is active in preview, in program, or both.
1112

12-
Besides recalling a pre-made preset, this plugin supports a few more control operations:
13+
While the initial and main reason for creating this plugin was to be able to recall a pre-made preset configured in a camera, this plugin supports a few more control operations:
1314
- Switch camera On
1415
- Switch camera Off
1516
- Preset Recall
@@ -19,12 +20,12 @@ Besides recalling a pre-made preset, this plugin supports a few more control ope
1920
- Focus (Manual mode, Automatic mode, Trigger refocus, To infinity, Near, Far)
2021
- Change the camera image settings (Color gain / Saturation, Brightness)
2122

22-
This plugin requires the camera to support Visca over IP via UDP.
23+
This plugin requires a camera that supports Visca over IP via UDP.
2324
It follows the specification as designed by Sony and also supports the PTZOptics variant of Visca.
2425
This plugin is confirmed to work with at Avonic, Canon, BZB Gear, Everet, GlowStream, JVC, PTZOptics and Zowietek cameras.
2526
Others may work as well.
2627

27-
Also visit https://obsproject.com/forum/resources/control-visca-over-ip-based-cameras.1173/ for more information.
28+
Visit https://obsproject.com/forum/resources/control-visca-over-ip-based-cameras.1173/ for more information.
2829

2930
## Installation
3031
The plugin is a script plugin and utilizes the Lua scripting capabilities of OBS.

0 commit comments

Comments
 (0)