Setup dev environment - pelcointegrations/VxSDK-Samples GitHub Wiki
How to setup your environment to work with the Pelco VideoXpert SDK
Install the VxSDK Installer
- This will install two small applications and .zip files for x86 and x64 versions of the VxSDK
- The VxSDK SDK itself (headers/libs/dlls) can be found in zip files at "C:\Program Files (x86)\Pelco\VideoXpertSDK\SDK"
Development Environment
- Add the SDK’s ‘Include’ directory to your project to locate necessary header files.
- Add the SDK’s ‘Lib’ directory to your project to locate necessary lib files.
- Copy the files from the SDK’s ‘Bin’ directory to your project’s output directory.