Skip to content

Commit 1c70965

Browse files
committed
Add VCL
1 parent 51ab665 commit 1c70965

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Pelco D, Pelco P, BBV422 and Bosch (Philips PCSS), Forward Vision, Vicon, American Dynamics(Sensormatic), Panasonic and Sony VISCA Telemetry Decoder (node-pelcod-decoder)
1+
# Pelco D, Pelco P, BBV422 and Bosch (Philips PCSS), Forward Vision, VCL, Vicon, American Dynamics(Sensormatic), Panasonic and Sony VISCA Telemetry Decoder (node-pelcod-decoder)
22

3-
This module reads Pelco D, Pelco P, BBV422, Bosch(Philips PCSS), Forward Vision, Vicon, American Dynamics(Sensormatic), Panasonic and Sony VISCA CCTV Camera Pan/Tilt/Zoom data, validates each command and decodes its meaning.
3+
This module reads Pelco D, Pelco P, BBV422, Bosch(Philips PCSS), Forward Vision, VCL, Vicon, American Dynamics(Sensormatic), Panasonic and Sony VISCA CCTV Camera Pan/Tilt/Zoom data, validates each command and decodes its meaning.
44
The descripion of each command is written to the console.
55

66
The Pelco D, Pelco P and BBV422 commands decoded include
@@ -41,6 +41,19 @@ The Vicon commands decoded include
4141
* Goto Preset
4242
* Auto Pan
4343

44+
The VCL commands decoded include
45+
* Camera Number
46+
* Pan (direction and speed)
47+
* Tilt (direction and speed)
48+
* Zoom (In and Out)
49+
* Manual Focus (Near and Far)
50+
* Manual Iris (Open and Close)
51+
* Auto Focus
52+
* Auto Iris
53+
* Store Preset / Goto Preset
54+
* Store Pattern/Tour
55+
* Aux On/Off
56+
4457
The American Dynamics AD422/Sensormatic commands decoded include
4558
* Camera Number
4659
* Pan  (direction and speed)
@@ -136,6 +149,10 @@ The code has been tested with Vicon telemetry generated by
136149
* Bosch Universal Camset CCTV Engeering Tool
137150
* Synectics Vicon interface
138151

152+
# VCL Testing
153+
The code has been tested with VCL telemetry generated by
154+
* Bosch Universal Camset CCTV Engeering Tool
155+
139156
# American Dynamics (Sensormatic) Testing
140157
The code has been tested with AD422 telemetry generated by
141158
* Bosch VIP X1 XF encoder

0 commit comments

Comments
 (0)