随笔分类 -  Point Grey Research

摘要:fc2Image是FlyCapture SDK的C语言库中的图片格式,由于在Windows上的MinGW无法编译FlyCapture2的C++库,只能使用C语言库,所以当我们在同时使用OpenCV的图像格式IplImage时,有时候就需要两种格式相互转换。如果需要FlyCapture2 Image和... 阅读全文
posted @ 2015-07-01 03:12 Grandyang 阅读(2135) 评论(0) 推荐(0) 编辑
摘要:Install FlyCatprue2 to the folder "C:\PointGreyResearch\"Add the following to the .pro file:# Add FlyCapture2INCLUDEPATH += C:\PointGreyResearch\FlyCa... 阅读全文
posted @ 2015-07-01 00:22 Grandyang 阅读(1689) 评论(0) 推荐(0) 编辑
摘要:相机参数如下,参见这里:Resolution1624 x 1224Frame Rate30 FPSMegapixels2.0 MPChromaColorSensor NameSony ICX274Sensor TypeCCDReadout MethodGlobal shutterSensor For... 阅读全文
posted @ 2015-06-26 04:20 Grandyang 阅读(678) 评论(0) 推荐(0) 编辑
摘要:Add in the system Path:C:\Program Files (x86)\Point Grey Research\FlyCapture2\binProject->Project Property->Configuration Properties->VC++Directories ... 阅读全文
posted @ 2015-01-31 00:28 Grandyang 阅读(1758) 评论(0) 推荐(0) 编辑
摘要:OpenCV的IplImag和 FlyCapture2 的 Image是两种常见的图片格式,在实际的应用中,我们通常要混合使用OpenCV和FlyCapture2这两个SDK,所以这两种图片格式之间的相互转换就是经常需要做的。首先分别来看看两种图片类的定义:IplImage:typedef stru... 阅读全文
posted @ 2014-11-20 09:03 Grandyang 阅读(3327) 评论(1) 推荐(1) 编辑
摘要:PointGreyResearch是世界领先的致力于开发高级数字相机产品的公司。PointGrey产品涉及IEEE-1394相机、立体视觉相机和360度全景数字视频相机。其中二代和三代的大黄蜂立体相机(Bumblebee2 and Bumblebee XB3) 也算其中的明星产品。大黄蜂二代相机有左 阅读全文
posted @ 2014-11-18 14:38 Grandyang 阅读(3407) 评论(35) 推荐(0) 编辑
摘要:BumbleBee2 双目视觉系统技术说明 阅读全文
posted @ 2014-11-18 14:04 Grandyang 阅读(519) 评论(0) 推荐(0) 编辑
摘要:enum PixelFormatPixel formats available for Format7 modes.Enumerator: PIXEL_FORMAT_MONO88 bits of mono information.PIXEL_FORMAT_411YUV8YUV 4:1:1.PIXEL... 阅读全文
posted @ 2014-10-30 03:50 Grandyang 阅读(5682) 评论(0) 推荐(0) 编辑
摘要:An enumeration of the different camera properties that can be set via the API.Declarationenum FlyCaptureProperty { FLYCAPTURE_BRIGHTNESS, FLYCAPTU... 阅读全文
posted @ 2014-10-27 13:24 Grandyang 阅读(1270) 评论(0) 推荐(0) 编辑
摘要:Point Grey areaDetector driverBumblebee XB3 Specifications FlyCapture SDK Example Source CodeUnderstanding Format_7 region of interest and pixel binni... 阅读全文
posted @ 2014-10-24 07:28 Grandyang 阅读(383) 评论(0) 推荐(0) 编辑
摘要:ExampleLanguageDescriptionAsyncTriggerExC++Demonstrates some of the basic asynchronous trigger capabilities of compatible PGR Imaging Products.AsyncTr... 阅读全文
posted @ 2014-10-21 06:21 Grandyang 阅读(3660) 评论(1) 推荐(0) 编辑

Fork me on GitHub