Configuration of FlyCapture2 with VS2010

Add in the system Path:

C:\Program Files\Point Grey Research\FlyCapture2\bin

Project->Project Property->Configuration Properties->VC++Directories ->Include Directories:

C:\Program Files\Point Grey Research\FlyCapture2\include
C:\Program Files\Point Grey Research\FlyCapture2\include\FC1
C:\Program Files\Point Grey Research\FlyCapture2\include\C

Project->Project Property->Configuration Properties->VC++Directories ->Library Directories:

C:\Program Files\Point Grey Research\FlyCapture2\lib
C:\Program Files\Point Grey Research\FlyCapture2\lib\C
C:\Program Files\Point Grey Research\FlyCapture2\lib\FC1

Project->Project Property->Configuration Properties->Linker->Input:

FlyCapture2_C.lib
FlyCapture2GUI_C.lib
FlyCapture2.lib
FlyCapture2GUI.lib
FlyCapture2GUId.lib

时间: 2024-10-14 19:26:52

Configuration of FlyCapture2 with VS2010的相关文章

ITK 3.20.1 VS2010 Configuration 配置

Download ITK 3.20.1 Download VS2010 Download CMake 3.2.0 I assume you've already installed VS2010 and CMake 3.2.0 correctly. Compile the VTK: Start CMake 3.2.0, fill the source and destination: source: C:/ITK3.20.1/InsightToolkit-3.20.1 destination: 

VTK 5.10.1 VS2010 Configuration 配置

Download VTK 5.10.1 Download VS2010 Download CMake 3.2.0 I assume you've already installed VS2010 and CMake 3.2.0 correctly. Compile the VTK: Start CMake 3.2.0, fill the source and destination: source: C:/VTK5.10.1/VTK5.10.1 destination: C:/VTK5.10.1

FlyCapture2 Qt5 MinGW Configuration

Install FlyCatprue2 to the folder "C:\PointGreyResearch\" Add the following to the .pro file: # Add FlyCapture2 INCLUDEPATH += C:\PointGreyResearch\FlyCapture2\include INCLUDEPATH += C:\PointGreyResearch\FlyCapture2\include\C LIBS += "C:\Po

PCL 1.6.0 VS2010 Configuration

Open VS2010, create a new project, then open Property Manager, double-click Microsoft.Cpp.win32.user, open the Property Pages. Then go to VC++ Directories, add in the Include Directories:C:\Program Files (x86)\PCL 1.6.0\3rdParty\Boost\includeC:\Progr

Configuration of PCL1.4.0 and VS2010

Open VS2010, create a new project, then open Property Manager, double-click Microsoft.Cpp.win32.user, open the Property Pages. Then go to VC++ Directories, add in the Include Directories:C:\Program Files (x86)\PCL 1.4.0\3rdParty\Boost\includeC:\Progr

OpenCV 2.4.11 VS2010 Configuration

Add in the system Path: C:\opencv\build\x86\vc10\bin; Project->Project Property->Configuration Properties->VC++Directories ->Include Directories: C:\opencv\build\include\opencv C:\opencv\build\include\opencv2 C:\opencv\build\include Project-&g

Configuration of OpenCV2.1.0 with VS2010

Add in the system Path: C:\Program Files (x86)\OpenCV-2.1.0\build\bin\Debug Project->Project Property->Configuration Properties->VC++Directories ->Include Directories: C:\Program Files (x86)\OpenCV-2.1.0\include\opencv. Project->Project Pro

OpenCV 3.0 VS2010 Configuration

Add in the system Path: C:\opencv\build\x86\vc10\bin; Project->Project Property->Configuration Properties->VC++Directories ->Include Directories: C:\opencv\build\include\opencv C:\opencv\build\include\opencv2 C:\opencv\build\include Project-&g

VS2010 工程设置

   本篇文章的主要内容转载自 http://blog.csdn.net/waitforfree/article/details/8622059 ,感谢博主的辛苦劳动.此处,对比较重要的部分,进行进一步分析汇总,供以后学习总结使用.       VS2010的项目管理是以解决方案为中心,任何项目都是挂靠在解决方案下面,同一个解决方案下面可以添加多个项目,一次只允许一个项目处于活动状态.     以下建立一个 名为fangan的 解决方案,下面挂靠两个项目(ssyy和SecondProject)