Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Sofie: The Modern TV News Studio Automation System (Sony Visca Connection)

License

Notifications You must be signed in to change notification settings

nrkno/sofie-sony-visca-connection

Repository files navigation

Sofie: The Modern TV News Studio Automation System (Sony VISCA connection library)

This library is used in the Sofie TV News Studio Automation System for connecting to Sony VISCA PTZ devices.

Technology highlights

  • Typescript
  • Yarn
  • Jest
  • standard-version
  • codecov

Installation

For usage by library consumers installation is as easy as:

yarn add sony-visca-connection

For library developers installation steps are as following:

git clone https://github.com/nrkno/tv-automation-sony-visca-connection
yarn
yarn build

If you want to make a contribution, feel free to open a PR.

Usage

TBD

Events

TBD

Test

This module will run tests by jest.

$ yarn unit