GenICam™ Runtime
For operating GenICam™ compliant devices, the GenICam™ runtime libraries are required as well. They can be found in the "$MVIMPACT_ACQUIRE_DIR/runtime" folder.
The following 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=<$MVIMPACT_ACQUIRE_DIR>/runtime
#for the next line to 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