Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 476 Bytes

File metadata and controls

3 lines (2 loc) · 476 Bytes

.NET library wrapper for the PCO SDK from Excelitas-PCO, with unmanaged (C++) code invoked using P/Invoke. The current version supports version 1.35 of the SDK.

Entrypoint is the static class LibWrapper, found in the src folder, which contains methods for camera access, status, control, buffer handling, image acquisition and recording etc. All native (P/invoked) code is contained in the internal static SDK class, found under the SDK folder.