Files
geutebruck/SOURCES/CODEX/GeViScope/GeViScopeSDK_HTML5/Content/021Examples_GroupedByDevelopmentPlatforms.htm
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

491 lines
32 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="GeViScope SDK|GeViScope Software Development Kit (SDK)|Examples overview">
<!-- saved from url=(0014)about:internet -->
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Examples grouped by development platforms
</title>
<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>
<div class="MCBreadcrumbsBox_0"><span class="MCBreadcrumbsPrefix">| </span><a class="MCBreadcrumbsLink" href="Titel.htm">GeViScope SDK</a><span class="MCBreadcrumbsDivider"> &gt; </span><a class="MCBreadcrumbsLink" href="010GeViScope_SDK.htm">GeViScope Software Development Kit (SDK)</a><span class="MCBreadcrumbsDivider"> &gt; </span><a class="MCBreadcrumbsLink" href="019Examples_Overview.htm">Examples overview</a><span class="MCBreadcrumbsDivider"> &gt; </span><span class="MCBreadcrumbs">Grouped by development platforms</span>
</div>
<h3 xmlns="http://www.w3.org/TR/REC-html40">Examples grouped by development platforms
</h3>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">CodeGear C++ Builder 6 and 2009 ©</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">LiveStream </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling events </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">GSCActions </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">SynchPlayback </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling events </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Synchronized display of more than one media channels </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">UserBlockingList </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Fetch a user blocking list from the server </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">WindowsService </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">WindowsService (CodeGear C++ Builder 6 and 2009) </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">The MCS(Media Channel Simulator) GeViScope Server Plugin is another example for a GeViScope Server plugin. It shows how to channel media data inside the GeViScope system without using special video hardware. In addition the handling of actions inside a server plugin is demonstrated. The full scope of operation can be found in the document <a href="211MCSDoku.htm">MCS
Documentation</a>. </li>
</ul>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">CodeGear Delphi 7, 2005 und 2009 © </p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">SimpleClient </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">Backup </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Creating backups </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">MediaPlayerExport </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export picture data </p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">MPEGExport </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export picture data
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">Telecontrol
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Control PTZ cams
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">OffscreenViewer
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompress live and recorded media
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">The SimpleGSCViewDataFilter and GSCViewDataFilter
example are examples for customized data filter dialogs of GSCView. Detailed information can be found in the
document <a href="018GscView_DataFilter_Plugin.htm">GSCView
data filter plugins</a>.
</li>
<li value="2">SimpleGBFViewer (only Delphi
2009)
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Open and close a GEUTEBRÜCK Backup Files (GBF)
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels in the GBF file
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display media with the MediaPlayer
interface
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">ResourceStateMonitor (only
Delphi 2009)
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">monitor the state of media channels (cameras)
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions
</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2005, C++, MFC ©</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">GSCLiveStream
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2005, C++, CLI ©</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li xmlns="http://www.w3.org/TR/REC-html40" value="1">The VSIPCamPlugin GeViScope Server Plugin is an example to show how simple it is to channel some pictures from an IP cam into a GeViScope server</li>
</ul>
<p xmlns="http://www.w3.org/TR/REC-html40">
<br xmlns="http://www.w3.org/TR/REC-html40" />
</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2008, C++, MFC ©
</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_SimpleClient
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_OffscreenViewer
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompress live and recorded media
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_ActionsAndEvents
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling events
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display recorded event media with the MediaPlayer
interface
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_SimpleGBFViewer
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Open and close a GEUTEBRÜCK Backup Files (GBF)
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels in the GBF file
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display media with the MediaPlayer
interface
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">The VS2008CPP_SimpleGSCViewDataFilter example is an example for a customized data
filter dialog of GSCView. Detailed information can be found in the document <a href="018GscView_DataFilter_Plugin.htm" xmlns="http://www.w3.org/TR/REC-html40">GSCView data filter plugins</a>.
</li>
<li value="2">VS2008CPP_RawLiveStreamDecompress_Console</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Receiving live streams by using the DBI</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompressing frames by means of the decompressor object of the GscMediaPlayer-DLL</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_OffscreenViewer_Console</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Using the OffscreenViewer to receive a live stream in a console application</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">OffscreenViewer provides a decompressed image in a callback</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Only the picture ID (PicID) of the image will be displayed in the console</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_RawLiveStreamDecompress_Console</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Receiving live streams by using the DBI</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompressing frames by means of the decompressor object of the GscMediaPlayer-DLL</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008CPP_OffscreenViewer_Console</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Using the OffscreenViewer to receive a live stream in a console application</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">OffscreenViewer provides a decompressed image in a callback</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Only the picture ID (PicID) of the image will be displayed in the console</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft ActiveX ©</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">GscViewer (ActiveX Control)</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Encapsulating of GeViScope functionality into an ActiveX control</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">ActiveX_DOTNETClient</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Invocation of the GscViewer ActiveX control from C#</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">ActiveX_HTML_Page</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Invocation of the GscViewer ActiveX control from inside a web page (html)</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">ActiveX_VB6Client (deprecated)</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Invocation of the GscViewer ActiveX control from inside a VB6 application</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">ActiveX_VB6MultiClient (deprecated)</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Invocation of several GscViewer ActiveX control from inside a VB6 application</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2008, C# ©
</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_SimpleClient
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_ActionsAndEvents
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling events
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display recorded event media with the MediaPlayer
interface
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_OffscreenViewer
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompress live and recorded media
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_RawDBDecompress</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Fetching database records</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompressing the fetched records as fast as possible</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_MediaPlayerExport
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export picture data
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_SimpleGBFViewer
</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Open and close a GEUTEBRÜCK Backup Files (GBF)
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels in the GBF file
</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display media with the MediaPlayer
interface
</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">The VS2010NET_ServiceFrameworkDemo example </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">is an example for a general service application. Services based on the GEUTEBRÜCK <br xmlns="http://www.w3.org/TR/REC-html40" />Service Framework behave like all GEUTEBRÜCK product</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_GscRegEdit</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Simple GeViScope registry editor</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Modify GeViScope settings using the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export settings to GeViScope registry file format</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008NET_GscRegistryBasics</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Simple demonstration in using the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Reading out media channels</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Add a value to the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Saving the GeViScope registry</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="GutZuWissenHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2008, C#, WPF © </p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2008WPF_SimpleClient </li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope
server </p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer
interface</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="BeispielHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2010, C++</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010CPP_ConfigReader</li>
<li value="2">VS2010CPP_ControlBlockingFilters</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="BeispielHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2010, C# ©</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_SimpleClient</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer interface</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_ActionsAndEvents</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels and event types from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer interface</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling actions</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Handling events</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display recorded event media with the MediaPlayer interface</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_OffscreenViewer</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompress live and recorded media</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Custom draw</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_RawDBDecompress</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Fetching database records</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Decompressing the fetched records as fast as possible</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_MediaPlayerExport</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export picture data</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_SimpleGBFViewer</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Open and close a GEUTEBRÜCK Backup Files (GBF)</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels in the GBF file</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display media with the MediaPlayer interface</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">The VS2010NET_ServiceFrameworkDemo</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">example is an example for a general service application. Services based on the GEUTEBRÜCK Service Framework behave like all GEUTEBRÜCK product services.</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_GscRegEdit</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Simple GeViScope registry editor</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Modify GeViScope settings using the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Export settings to GeViScope registry file format</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010NET_GscRegistryBasics</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Simple demonstration in using the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Reading out media channels</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Add a value to the GeViScope registry</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Saving the GeViScope registry</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<p class="BeispielHeader" xmlns="http://www.w3.org/TR/REC-html40">Microsoft Visual Studio 2010, C#, WPF ©</p>
<p xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
<ul xmlns="http://www.w3.org/TR/REC-html40">
<li value="1">VS2010WPF_SimpleClient</li>
</ul>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Connect to and disconnect from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">enumerate existing media channels from a GeViScope server</p>
<p style="margin-left: 75px;" xmlns="http://www.w3.org/TR/REC-html40">Display live and recorded media with the MediaPlayer interface</p>
<p style="margin-left: 75px;page-break-after: always;" xmlns="http://www.w3.org/TR/REC-html40">&#160;</p>
</body>
</html>