The following files in the eSDK are essential for building applications that interface with Emergent Vision Technologies cameras. These files cover the core aspects of function declarations, linking, and runtime access. The files you use depend partly on whether your program will run on Windows or Linux.
EmergentCameraAPIs.h
<installation directory>\eSDK\include
EmergentCamera.lib
, EmergentGenICam.lib
, and EmergentGigEVision.lib
<installation directory>\eSDK\lib
EmergentCamera.dll
, EmergentGenICam.dll
, and EmergentGigEVision.dll
<installation directory>\eSDK\bin
libEmergentCamera.so
, libEmergentGenICam.so
, and libEmergentGigEVision.so
<installation directory>\eSDK\lib
See also the Example Code.