Video Source Configuration |
Parameter |
Description |
Range |
Device ID |
This is the address of the connected device. This value corresponds to the value of the address displayed when camera is started. |
1-255 |
|
|
Driver Specific Settings
|
There are no driver specific settings for this driver.
|
|
Mechanical limits
|
Movement Limits |
Minimal value |
Maximal value |
Comment |
Left |
-180 |
180 |
Limits how far the unit is allowed to move. This affect both absolute, relative and continuous movements. Useful for making sure that the unit doesn't collide with stationary objects |
Right |
-180 |
180 |
Limits how far the unit is allowed to move. This affect both absolute, relative and continuous movements. Useful for making sure that the unit doesn't collide with stationary objects |
Up |
-100 |
176 |
Limits how far the unit is allowed to move. This affect both absolute, relative and continuous movements. Useful for making sure that the unit doesn't collide with stationary objects |
Down |
-100 |
176 |
Limits how far the unit is allowed to move. This affect both absolute, relative and continuous movements. Useful for making sure that the unit doesn't collide with stationary objects |
Zoom Limits |
  |
  |
  |
Zoom wide |
1 |
9999 |
The digital zoom range is 10000-19999. |
Zoom tele |
1 |
9999 |
The digital zoom range is 10000-19999. |
|
|
Light Control
|
There are no light control settings for this driver.
|
|
Extended Driver Specific Settings
|
Parameter |
Description |
Range |
Focus time |
Time it takes for continous focus to focus from one end to the other. |
1 - 65535 |
Iris time |
Time it takes for continous iris to iris from one end to the other. |
1 - 65535 |
Tilt offset |
How much the tilt = 0 is offset from horizontal level. |
-180 - 180 |
Enable digital zoom |
Digital zoom enabled. |
true, false |
Field angle compensation |
Value to compensate possible difference when pressing the picture and tries to center. |
-100 - 100 |
Optical Data |
  |
  |
Min field angle |
Field angle at max zoom. |
1 - 1000 |
Max field angle |
Field angle when zoomed out. |
1 - 1000 |
Server presets |
If to use server presets when saving presets. |
true, false |
The optical data limits are used to tune image centering:
- Zoom out completely and adjust Max Field Angle until the spot you click becomes centered accurately.
- Zoom in completely and repeat for Min Field Angle.
|
|
Auxiliary Commands
|
The auxiliary cgi-request accepts the following strings:
-
- wiper_on / off
- wiper_on starts the wiper and wiper_off stops it.
- washer_on / off
- washer_on starts the washer and washer_off stops it.
- reset_camera
- Reset several settings of the camera.
- camera_factory_default
- Reset the camera to factory default.
- set_camid:N
- Sets the camera id (address) to N (1 - 255).
- togle_caption
- Togles the camera caption.
- setauxN
- Sets the aux number (1-3).
- clearauxN
- Clears the aux number (1-3).
- write:<hex>,read:<nbr>,timeout:<t>
- Writes <hex> and reads <nbr> bytes as response with <t> ms timoeout. Only the command flag and data bytes are needed, rest is added by the driver.
- write:<hex>,read:<nbr>
- Writes <hex> and reads <nbr> bytes as response with default timoeout. Only the command flag and data bytes are needed, rest is added by the driver.
- write:<hex>
- Writes <hex> without reading respons. Only the command flag and data bytes are needed, rest is added by the driver.
- read:<nbr>,timeout:<t>
- Reads <nbr> number of bytes and sets timeout to <t>ms.
- read:<nbr>
- Reads <nbr> number of bytes and uses default value of timeout.
- Examples:
-
- wiper_on
- Start the wiper
- wiper_off
- Stop the wiper
- write:713230
- Creates the packet #0A3031304134713230BD# and sends it to the camera.
|