Browse Source

Add README.

extract-visca-communication-to-class
Ed Walker 5 years ago
parent
commit
d488b6e1df
2 changed files with 16 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +14
    -0
      README.md

+ 2
- 0
.gitignore View File

@ -50,3 +50,5 @@ eagle.epf
# file locks introduced since 7.x
*.lck
.idea/

+ 14
- 0
README.md View File

@ -0,0 +1,14 @@
# Arduino VISCA Controller
This is a project for using an Arduino to send VISCA commands. This is specifically tailored for interfacing with the
Cisco TelePresence Precision series of conference cameras (specifically testing with the TTC8-02 12x zoom w/ SDI output).
The TelePresence cameras have a slight quirk to controlling it over VISCA. To get manual control over the pan/tilt/zoom
rates the camera needs to be sent the IR disable command, otherwise all movements behave with a speed ramp as if you
were controlling it with an IR remote.
The Arduino Shield board present in the EAGLE directory is intended to make connecting to a TelePresence camera and
wiring I/O easier. The shield has headers to allow for powering the Arduino off its internal voltage regulator or via
VIN (includes header points to make swapping easy). There is also a header to provide 12v power over the RJ45
connection to remotely power the camera (untested). The shield incudes an RS232 transciever so it is ready to plug into
the camera's control port with a standard ethernet cable.

Loading…
Cancel
Save