简体   繁体   English

使用Bumblebee2进行立体声图像采集

[英]Stereo image acquisition using bumblebee2

I am using the Bumblebee2 camera and I am having trouble with acquiring stereo images from it. 我正在使用Bumblebee2相机,但无法从中获取立体图像。 When I attempt to access the camera using MATLAB, the program crashes. 当我尝试使用MATLAB访问摄像机时,程序崩溃。

Does anyone know how I can acquire the stereo images using FlyCapture? 有谁知道我如何使用FlyCapture获取立体声图像?

Matlab cannot read the BumbleBee 2 output directly. Matlab无法直接读取BumbleBee 2输出。 To do that you'll have to record the stream and process it offline. 为此,您必须记录流并脱机处理它。 I wrote a proprietary recorder based on the code samples in the SDK. 我根据SDK中的代码示例编写了专有的记录器。 You can split the left/right images and record each one in a separate video container (eg using OpenCV to write a compressed avi file). 您可以拆分左/右图像,并将每个图像记录在一个单独的视频容器中(例如,使用OpenCV编写压缩的avi文件)。 Later, you can load these images into memory, and use Triclops to compute disparity maps (or alternatively, use OpenCV to run other algorithms, like semi-global block matching). 以后,您可以将这些图像加载到内存中,并使用Triclops计算视差图(或使用OpenCV运行其他算法,例如半全局块匹配)。

Flycapture can capture image series or video clips, but you have less control over what you get. Flycapture可以捕获图像系列或视频剪辑,但是您对所获得内容的控制较少。 I suggest you use the code samples to write a simple recorder, and then load your output into Matlab in standard ways. 我建议您使用代码示例编写一个简单的记录器,然后以标准方式将输出加载到Matlab中。 Consult the Point Grey tech support. 请咨询Point Grey技术支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM