필터 지우기
필터 지우기

Bumblebee 2 image acquisition problem

조회 수: 3 (최근 30일)
Sarisha
Sarisha 2014년 10월 24일
답변: Sarisha 2014년 10월 30일
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.

채택된 답변

Sarisha
Sarisha 2014년 10월 30일
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.

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 10월 25일
Is this in your code, or by using imaqtool?
  댓글 수: 12
Image Analyst
Image Analyst 2014년 10월 29일
In your duplicate question, David said that it should return both images in one. I guess either stitched side-by-side, or interleaved. Call them if that's not the case.
Sarisha
Sarisha 2014년 10월 30일
Hi, thank you for bringing that to my attention. I actually found the solution to the problem. I installed the Point Grey drivers and accessed each sensor individually.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by