GENICAM_GENTL64_PATH=C:\Program Files\LeutronVision\Simplon\bin\cti;C:\Program Files\MATRIX VISION\mvIMPACT acquire\bin;C:\XIMEA\GenTL Producer\x86 Each directory that you list in the environment variables must contain a DLL file that has a.ctiextension and that exports the standard C function...
In this case, the corresponding environment variable (see above) must be set to the directory in which the transport layer (i.e. file with suffix '.cti') resides. Under Windows, as second fall back additionally to the install path, the directory of the executable is also added to the en...
Hi, I have the same issue but I found a hint on why it doesn't work. The error is raised because inside the .cti file is missing the feature tree that every GenTL producer should have. In the Hikrobot's SDK there are several .cti files, in my case with SDK version 4.1.1.2 I ha...
Specify "ProducerDirs" name-value pair as a string array, character vector, or cell array of character vectors of absolute paths to directories containing .CTI files to be tested Example: >> runGenTLTestSuite("ProducerDirs", {'C:\Program Files\VendorName1\Producer\bin\x64', 'C...