Skip to content

NathanHartkopf/visca-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published