1.0.2 • Published 5 years ago

visca-control v1.0.2

Weekly downloads
13
License
-
Repository
github
Last release
5 years ago

visca-control

A simple class for open-loop control of Tenveo Brand VISCA protocol cameras.

Features:

  • Absolute and Relative Pan/Tilt Control

USAGE:

//ES5
const Camera = require('visca-control').default
//ES6
import Camera from 'visca-control'//ES6

const tenveo = new Camera(<SERIAL PORT ADDRESS>)

tenveo.panTiltRelative(10,0)

WIP:

  • Closed-Loop Control
  • Inquery Commands (pan/tilt location, camera state, etc)
  • Pan/tilt Location Presets
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago