Files
Administrator 14893e62a5 feat: Geutebruck GeViScope/GeViSoft Action Mapping System - MVP
This MVP release provides a complete full-stack solution for managing action mappings
in Geutebruck's GeViScope and GeViSoft video surveillance systems.

## Features

### Flutter Web Application (Port 8081)
- Modern, responsive UI for managing action mappings
- Action picker dialog with full parameter configuration
- Support for both GSC (GeViScope) and G-Core server actions
- Consistent UI for input and output actions with edit/delete capabilities
- Real-time action mapping creation, editing, and deletion
- Server categorization (GSC: prefix for GeViScope, G-Core: prefix for G-Core servers)

### FastAPI REST Backend (Port 8000)
- RESTful API for action mapping CRUD operations
- Action template service with comprehensive action catalog (247 actions)
- Server management (G-Core and GeViScope servers)
- Configuration tree reading and writing
- JWT authentication with role-based access control
- PostgreSQL database integration

### C# SDK Bridge (gRPC, Port 50051)
- Native integration with GeViSoft SDK (GeViProcAPINET_4_0.dll)
- Action mapping creation with correct binary format
- Support for GSC and G-Core action types
- Proper Camera parameter inclusion in action strings (fixes CrossSwitch bug)
- Action ID lookup table with server-specific action IDs
- Configuration reading/writing via SetupClient

## Bug Fixes
- **CrossSwitch Bug**: GSC and G-Core actions now correctly display camera/PTZ head parameters in GeViSet
- Action strings now include Camera parameter: `@ PanLeft (Comment: "", Camera: 101028)`
- Proper filter flags and VideoInput=0 for action mappings
- Correct action ID assignment (4198 for GSC, 9294 for G-Core PanLeft)

## Technical Stack
- **Frontend**: Flutter Web, Dart, Dio HTTP client
- **Backend**: Python FastAPI, PostgreSQL, Redis
- **SDK Bridge**: C# .NET 8.0, gRPC, GeViSoft SDK
- **Authentication**: JWT tokens
- **Configuration**: GeViSoft .set files (binary format)

## Credentials
- GeViSoft/GeViScope: username=sysadmin, password=masterkey
- Default admin: username=admin, password=admin123

## Deployment
All services run on localhost:
- Flutter Web: http://localhost:8081
- FastAPI: http://localhost:8000
- SDK Bridge gRPC: localhost:50051
- GeViServer: localhost (default port)

Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 18:10:54 +01:00

1152 lines
64 KiB
HTML

<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en" xml:lang="en" data-mc-search-type="Stem" data-mc-help-system-file-name="index.xml" data-mc-path-to-help-system="../../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="">
<!-- saved from url=(0014)about:internet -->
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Camera control</title>
<link href="../Resources/TableStyles/Rows.css" rel="stylesheet" />
<style>
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
</style>
<link href="../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" />
<link href="../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" />
<link href="../Resources/Stylesheets/Styles.css" rel="stylesheet" />
<script src="../../Resources/Scripts/jquery.min.js">
</script>
<script src="../../Resources/Scripts/plugins.min.js">
</script>
<script src="../../Resources/Scripts/require.min.js">
</script>
<script src="../../Resources/Scripts/require.config.js">
</script>
<script src="../../Resources/Scripts/MadCapAll.js">
</script>
</head>
<body>
<h1>Camera control</h1>
<p>All actions to remote control the PTZ heads or camera adjustments.</p>
<h2>Auto focus off</h2>
<p>Action name:<i>AutoFocusOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Disable auto focus of the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Auto focus on</h2>
<p>Action name:<i>AutoFocusOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Enable auto focus of the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera clear preset text</h2>
<p>Action name:<i>CameraClearPrePosText(Camera, Position)</i></p>
<p>Action category: logical</p>
<p>Clear camera text for preset position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">position</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Position</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Preset position.</td>
</tr>
</table>
<h2>Camera light off</h2>
<p>Action name:<i>CameraLightOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera light off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera light on</h2>
<p>Action name:<i>CameraLightOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera light on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera manual iris off</h2>
<p>Action name:<i>CameraManualIrisOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Disable manual iris of the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera manual iris on</h2>
<p>Action name:<i>CameraManualIrisOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Enable manual iris of the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera off</h2>
<p>Action name:<i>CameraOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera on</h2>
<p>Action name:<i>CameraOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera pump off</h2>
<p>Action name:<i>CameraPumpOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera pump off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera pump on</h2>
<p>Action name:<i>CameraPumpOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera pump on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera RAW output</h2>
<p>Action name:<i>CameraRAWOutput(Camera, Output)</i></p>
<p>Action category: logical</p>
<p>Output unformatted command to the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">output</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Output</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">RAW command to output.</td>
</tr>
</table>
<h2>Camera select char mode</h2>
<p>Action name:<i>CameraSelectCharMode(Camera, Mode)</i></p>
<p>Action category: logical</p>
<p>Select camera character mode.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">mode</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Mode</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Character mode.</td>
</tr>
</table>
<h2>Camera set preset text</h2>
<p>Action name:<i>CameraSetPrePosText(Camera, Position)</i></p>
<p>Action category: logical</p>
<p>Set camera text for preset position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">position</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Position</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Preset position.</td>
</tr>
</table>
<h2>Camera spec func U off</h2>
<p>Action name:<i>CameraSpecFuncUOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function U off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func U on</h2>
<p>Action name:<i>CameraSpecFuncUOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function U on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func V off</h2>
<p>Action name:<i>CameraSpecFuncVOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function V off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func V on</h2>
<p>Action name:<i>CameraSpecFuncVOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function V on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func X off</h2>
<p>Action name:<i>CameraSpecFuncXOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function X off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func X on</h2>
<p>Action name:<i>CameraSpecFuncXOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function X on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func Y off</h2>
<p>Action name:<i>CameraSpecFuncYOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function Y off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera spec func Y on</h2>
<p>Action name:<i>CameraSpecFuncYOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera special function Y on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera stop all</h2>
<p>Action name:<i>CameraStopAll(Camera)</i></p>
<p>Action category: logical</p>
<p>Camera stop all.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera text off</h2>
<p>Action name:<i>CameraTextOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Disable camera text.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera text on</h2>
<p>Action name:<i>CameraTextOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Enable camera text.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera tour start</h2>
<p>Action name:<i>CameraTourStart(Camera, TourID, TourName)</i></p>
<p>Action category: logical</p>
<p>Start camera tour.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">tour id</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>TourID</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Tour id.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">tour name</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>TourName</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Tour name.</td>
</tr>
</table>
<h2>Camera tour stop</h2>
<p>Action name:<i>CameraTourStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop camera tour.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera version off</h2>
<p>Action name:<i>CameraVersionOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Hide camera version string.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera version on</h2>
<p>Action name:<i>CameraVersionOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Show camera version string.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera wash-wipe off</h2>
<p>Action name:<i>CameraWashOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera wash-wipe off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Camera wash-wipe on</h2>
<p>Action name:<i>CameraWashOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera wash-wipe on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Move to default position</h2>
<p>Action name:<i>DefaultPosCallUp(Camera)</i></p>
<p>Action category: logical</p>
<p>Move camera to default position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Clear default position</h2>
<p>Action name:<i>DefaultPosClear(Camera)</i></p>
<p>Action category: logical</p>
<p>Clear camera default position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Save default position</h2>
<p>Action name:<i>DefaultPosSave(Camera)</i></p>
<p>Action category: logical</p>
<p>Save current camera position as default position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Fast speed off</h2>
<p>Action name:<i>FastSpeedOff(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera fast speed off.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Fast speed on</h2>
<p>Action name:<i>FastSpeedOn(Camera)</i></p>
<p>Action category: logical</p>
<p>Turn camera fast speed on.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Focus far</h2>
<p>Action name:<i>FocusFar(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Focus camera far.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Focus speed.</td>
</tr>
</table>
<h2>Focus near</h2>
<p>Action name:<i>FocusNear(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Focus camera near.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Focus speed.</td>
</tr>
</table>
<h2>Focus stop</h2>
<p>Action name:<i>FocusStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop camera focus.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Iris close</h2>
<p>Action name:<i>IrisClose(Camera)</i></p>
<p>Action category: logical</p>
<p>Close camera iris.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Iris open</h2>
<p>Action name:<i>IrisOpen(Camera)</i></p>
<p>Action category: logical</p>
<p>Open camera iris.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Iris stop</h2>
<p>Action name:<i>IrisStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop camera iris.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Move to absolute position</h2>
<p>Action name:<i>MoveToAbsolutePosition(Camera, Alpha, Beta, SpeedAlpha, SpeedBeta)</i></p>
<p>Action category: logical</p>
<p>Move camera to absolute position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">alpha</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Alpha</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Alpha angle (-180°/+180°).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">beta</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Beta</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Beta angle (-90°/+90°).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">alpha speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>SpeedAlpha</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Speed in alpha direction (0/100 %).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">beta speed</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>SpeedBeta</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Speed in beta direction (0/100 %).</td>
</tr>
</table>
<h2>Move to by speed</h2>
<p>Action name:<i>MoveToBySpeed(Camera, SpeedAlpha, SpeedBeta)</i></p>
<p>Action category: logical</p>
<p>Move camera by speed.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">alpha speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>SpeedAlpha</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Speed in alpha (pan) direction (0/100 %).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">beta speed</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>SpeedBeta</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Speed in beta (tilt) direction (0/100 %).</td>
</tr>
</table>
<h2>Move to relative position</h2>
<p>Action name:<i>MoveToRelativePosition(Camera, Alpha, Beta, SpeedAlpha, SpeedBeta)</i></p>
<p>Action category: logical</p>
<p>Move camera to relative position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">alpha</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Alpha</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Alpha angle (-180°/+180°).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">beta</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Beta</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Beta angle (-90°/+90°).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">alpha speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>SpeedAlpha</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Speed in alpha direction (0/100 %).</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">beta speed</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>SpeedBeta</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">Speed in beta direction (0/100 %).</td>
</tr>
</table>
<h2>Pan auto</h2>
<p>Action name:<i>PanAuto(Camera, Modus)</i></p>
<p>Action category: logical</p>
<p>Turn auto pan of the camera.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">modus</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Modus</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Pan modus.</td>
</tr>
</table>
<h2>Pan left</h2>
<p>Action name:<i>PanLeft(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Pan camera to the left.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Pan speed.</td>
</tr>
</table>
<h2>Pan right</h2>
<p>Action name:<i>PanRight(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Pan camera to the right.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Pan speed.</td>
</tr>
</table>
<h2>Pan stop</h2>
<p>Action name:<i>PanStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop pan movement.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Move to preset position</h2>
<p>Action name:<i>PrePosCallUp(Camera, Position)</i></p>
<p>Action category: logical</p>
<p>Move camera to preset position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">position</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Position</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Preset position.</td>
</tr>
</table>
<h2>Clear preset position</h2>
<p>Action name:<i>PrePosClear(Camera, Position)</i></p>
<p>Action category: logical</p>
<p>Clear camera preset position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">position</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Position</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Preset position.</td>
</tr>
</table>
<h2>Save preset position</h2>
<p>Action name:<i>PrePosSave(Camera, Position)</i></p>
<p>Action category: logical</p>
<p>Save current camera position as preset position.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">position</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Position</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Preset position.</td>
</tr>
</table>
<h2>Set camera text</h2>
<p>Action name:<i>SetCameraText(Camera, Text)</i></p>
<p>Action category: logical</p>
<p>Set camera text.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">text</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Text</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Text to superimpose.</td>
</tr>
</table>
<h2>Tilt down</h2>
<p>Action name:<i>TiltDown(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Tilt camera down.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Tilt speed.</td>
</tr>
</table>
<h2>Tilt stop</h2>
<p>Action name:<i>TiltStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop tilt movement.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
<h2>Tilt up</h2>
<p>Action name:<i>TiltUp(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Tilt camera up.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Tilt speed.</td>
</tr>
</table>
<h2>Zoom in</h2>
<p>Action name:<i>ZoomIn(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Zoom camera in.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Zoom speed.</td>
</tr>
</table>
<h2>Zoom out</h2>
<p>Action name:<i>ZoomOut(Camera, Speed)</i></p>
<p>Action category: logical</p>
<p>Zoom camera out.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
<tr>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep">speed</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColSep"><i>Speed</i>
</td>
<td class="TableStyle_Rows_Body_0_0_RowSep_ColEnd">Zoom speed.</td>
</tr>
</table>
<h2>Zoom stop</h2>
<p>Action name:<i>ZoomStop(Camera)</i></p>
<p>Action category: logical</p>
<p>Stop camera zoom.</p>
<table border="1" style="mc-table-style: url('../Resources/TableStyles/Rows.css');" class="TableStyle_Rows" cellspacing="0">
<tr bgcolor="#D9D9D9">
<th colspan="2" class="TableStyle_Rows_Body_0_0_RowSep_ColSep" style="font-weight: bold;">Parameter</th>
<th class="TableStyle_Rows_Body_0_0_RowSep_ColEnd" style="font-weight: bold;">Function</th>
</tr>
<tr>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep">PTZ head</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColSep"><i>Camera</i>
</td>
<td class="TableStyle_Rows_Body_1_0_RowSep_ColEnd">PTZ head.</td>
</tr>
</table>
</body>
</html>