The computer recognizes the Chameleon camera because DeviceInfo returns:
------
DefaultFormat: 'Y800_1280x960'
DeviceFileSupported: 0
DeviceName: 'Point Grey Camera'
DeviceID: 2
ObjectConstructor: 'videoinput('winvideo', 2)'
SupportedFormats: {'Y800_1280x960' 'Y800_640x480'}
------
When I try to start the variable " video = videoinput( 'winvideo', 2, 'Y800_640x480' ) "
with " start(video) " it returns the error:
-------
??? Error using ==> imaqdevice.start at 91
The image acquisition device failed to start acquiring images.
Error in ==> snap_images at 31
start(video);
Error event occurred at 10:36:03 for video input object: Y800_640x480-winvideo-2.
winvideo: Image acquisition device is not accessible.
No combination of intermediate filters could be found to make the connection.
Make sure no other objects or applications are accessing the same device.
??? winvideo: Image acquisition device is not accessible.
No combination of intermediate filters could be found to make the connection.
Make sure no other objects or applications are accessing the same device.
------
I am currently running 64 bit MATLAB 2009 on Windows 7 Professional 64 bit. I also have Point Grey's FlyCapture2 software installed in both the 32 and 64 bit versions.
Thank you,
Jack
Thanks for posting the resolution to your problem. I'm also using a Point Grey Chameleon with the image acquisition toolbox and had the same problem.
Ken