|
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) |
2 | 2 |
|
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. |
4 | 4 | The descripion of each command is written to the console. |
5 | 5 |
|
6 | 6 | The Pelco D, Pelco P and BBV422 commands decoded include |
@@ -41,6 +41,19 @@ The Vicon commands decoded include |
41 | 41 | * Goto Preset |
42 | 42 | * Auto Pan |
43 | 43 |
|
| 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 | + |
44 | 57 | The American Dynamics AD422/Sensormatic commands decoded include |
45 | 58 | * Camera Number |
46 | 59 | * Pan (direction and speed) |
@@ -136,6 +149,10 @@ The code has been tested with Vicon telemetry generated by |
136 | 149 | * Bosch Universal Camset CCTV Engeering Tool |
137 | 150 | * Synectics Vicon interface |
138 | 151 |
|
| 152 | +# VCL Testing |
| 153 | +The code has been tested with VCL telemetry generated by |
| 154 | + * Bosch Universal Camset CCTV Engeering Tool |
| 155 | + |
139 | 156 | # American Dynamics (Sensormatic) Testing |
140 | 157 | The code has been tested with AD422 telemetry generated by |
141 | 158 | * Bosch VIP X1 XF encoder |
|
0 commit comments