Impact Acquire SDK C
GenICam™ GenTL Device Specific

GenICam™ Runtime

For operating GenICam™ compliant devices the GenICam™ runtime libraries are required as well. These can be found in the runtime folder of the original dmg file.

These variables must then be added to the environment, e.g. by placing these lines in the .profile or .bashrc file.

export GENICAM_ROOT_V3_5=/opt/genicam
#if the next line shall work, $HOME/tmp must exist, which it does not by default, thus you might want to create it OR use the global 'tmp' folder
#export GENICAM_CACHE_V3_5=$HOME/tmp
export GENICAM_CACHE_V3_5=/tmp
export GENICAM_LOG_CONFIG_V3_5=$GENICAM_ROOT_V3_5/log/config-unix/DebugLogging.properties