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

35 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<CatapultToc Version="1" DescendantCount="27">
<TocEntry Title="GeViScope SDK" Link="/Content/Titel.htm" ComputedResetPageLayout="true" ComputedFirstTopic="true" DescendantCount="26">
<TocEntry Title="GeViScope Software Development Kit (SDK)" Link="/Content/010GeViScope_SDK.htm" ComputedFirstTopic="false" DescendantCount="12">
<TocEntry Title="Files and directory structure of the SDK" Link="/Content/011Files_And_Directory_Structure.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Setting up virtual test environment" Link="/Content/012Setting_Up_Virtual_Test_Environment.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Overview of the interfaces in the SDK" Link="/Content/013SDK_Interfaces_Overview.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Remote control GscView" Link="/Content/014Remote_Control_GscView.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Supported development platforms" Link="/Content/015Supported_Development_Platforms.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Guidelines and hints" Link="/Content/016Guidelines_And_Hints.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Using the SDK with .NET" Link="/Content/017Using_SDK_DotNet.htm" ComputedFirstTopic="false" DescendantCount="1">
<TocEntry Title="GeViScope Registry" Link="/Content/0171GSC_Registry.htm" ComputedFirstTopic="false" DescendantCount="0" />
</TocEntry>
<TocEntry Title="GscView data filter plugins" Link="/Content/018GscView_DataFilter_Plugin.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Examples overview" Link="/Content/019Examples_Overview.htm" ComputedFirstTopic="false" DescendantCount="2">
<TocEntry Title="Grouped by programming tasks" Link="/Content/020Examples_GroupedByTasks.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Grouped by development platforms" Link="/Content/021Examples_GroupedByDevelopmentPlatforms.htm" ComputedFirstTopic="false" DescendantCount="0" />
</TocEntry>
</TocEntry>
<TocEntry Title="Action documentation" Link="/Content/300_Action documentation.htm" ComputedFirstTopic="false" DescendantCount="12">
<TocEntry Title="ATM / ACS" Link="/Content/ActionDoku/ATMActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Audio control" Link="/Content/ActionDoku/AudioActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Backup actions" Link="/Content/ActionDoku/BackupActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Camera control" Link="/Content/ActionDoku/CameraControlActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Cash management actions" Link="/Content/ActionDoku/CashManagementActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Device information" Link="/Content/ActionDoku/DeviceActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Digital contacts" Link="/Content/ActionDoku/DigitalContactsActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="POS" Link="/Content/ActionDoku/POSActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="System actions" Link="/Content/ActionDoku/SystemActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Video control" Link="/Content/ActionDoku/VideoActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Viewer actions" Link="/Content/ActionDoku/ViewerActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
<TocEntry Title="Viewer notifications" Link="/Content/ActionDoku/ViewerNotificationActions.htm" ComputedFirstTopic="false" DescendantCount="0" />
</TocEntry>
</TocEntry>
</CatapultToc>