Setting up a Visual Studio project |
This are the general project settings needed to use FLIR Atlas SDK.
In the Application tab under Project Properties
Select Target framework to .NET Framework 4 or higher
FLIR Atlas SDK doesn't support Client Profile
In the Build tab under Project Properties
Select Platform target to x86
Add a reference to Project
Select Browse
Browse to the installed x86 version of Flir.Atlas.Image.dll, typically found under "c:\Program Files (x86)\FLIR Atlas SDK 3\bin\x86"
Add a post build event to copy all runtime files to Project output
Copy the FLIR.Atlas.x86.bat from FLIR Atlas SDK bin folder for x86 Platform to the Project folder
Add this command to the Projects Post-build event command line, make sure to include the quotes
"$(ProjectDir)FLIR.Atlas.x86.bat" "$(TargetDir)"