MATLAB: Bumblebee 2 image acquisition problem

bumblebeeimage acquisitionImage Acquisition Toolboxstereostereo camera

Hi I am trying to capture images with a bumblebee 2 stereo camera, however whenever I attempt to declare a video object, I get the error:
"Error using videoinput (line 379)
winvideo: Image acquisition device is not
accessible.
The parameter is incorrect.
Make sure no other objects or applications
are accessing the same device."
The code I am using to declare the video object is:
vid = videoinput('winvideo', 1, 'RGB24_1024x768')
Also, I am not attempting to access the camera using any other application, therefore I do not understand why it shows that it is inaccessible.

Best Answer

I found the solution to this problem by installing the drivers from the manufacturer, Point Grey. Thereafter I was able to access each sensor on the camera individually using MATLAB's image acquisition toolbox.
Related Question