![]() | Lyncée Tec SDK Documentation |
This is the documentation for the Lyncée Tec Software Development Kit
For development
Microsoft Visual Studio 2015 with Nuget Package Manager extension, v4.5 or above
.NET 4.5.2
Windows 7, 64-bit
For execution
Execution is supported on the computer provided with the DHM, and requires a Koala dongle.
The Lyncée Tec SDK is distributed via 10 nuget packages:
LynceeTec.Interfaces
LynceeTec.ToolBox
LynceeTec.Epos
LynceeTec.USBDevices
LynceeTec.DigitizerInterface
LynceeTec.StageInterface
LynceeTec.Sequence.IO
LynceeTec.Utils.Video
LynceeTec.Processing
LynceeTec.DHM
In addition, some third party native libraries are distributed as .zip.
The nuget packages are hosted on a server requiring authentification:
Direct link https://scrat.lynceetec.com/feeds/lynceetec,
Nuget Package Manager link https://scrat.lynceetec.com/nuget/lynceetec/.
This documentation is available online: http://scrat.lynceetec.com/documentation.
The .zip with the native libraries, the software examples and this documentation are delivered on a USB flash drive with the DHM device.
To setup a new project
Add the packages LynceeTec.DHM, LynceeTec.Sequence.IO and LynceeTec.Processing to your project. The other required Lyncée Tec and third party packages will be referenced automatically.
Make sure you copy the native dependencies from the build folder of each package in your output directory.
Make sure you copy the additional third party native libraries in your output directory.
Remove the unnecessary references to the following libraries from your project:
EntityFramework.SqlServer (correct your app.config accordingly)
Mono.CSharp
![]() |
---|
Lyncée Tec libraries use log4net for logging. We recommend that you set up a log4net log in your project to help debug your work with the SDK. The log4net library is available as a nuget package, which is automatically installed by the main Lyncée Tec packages. |
LynceeTec provides sample programs to show how to use the SDK:
SimpleExample: basic usage of the libraries.
Other application-specific programs, if available.