Back to Aurora Vision Library website
You are here: Start » Function Reference » GenTL » GenTL_GetLibraryDescriptor
GenTL_GetLibraryDescriptor
Header: | Genicam.h |
---|---|
Namespace: | avl |
Module: | Genicam |
Reads description of GenTL provider library.
Syntax
C++
C#
void avl::GenTL_GetLibraryDescriptor ( const atl::String& inLibraryPath, GenTL_LibraryDescriptor& outDescriptor )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
inLibraryPath | const String& | Path identifying provider library. | ||
outDescriptor | GenTL_LibraryDescriptor& | Description retrieved from provider library. |
Description
This function accesses GenTL provider library system module and retrieves additional information from it. Data is returned using GenTL_LibraryDescriptor structure.
See Also
- GenTL_EnumLibraries – Returns a list of loaded GenTL provider libraries available in the local system.