rob--
can you please confirm that you got a point grey USB3 camera to work with matlab. if so, was it 32 or 64-bit matlab? and 32- or 64-bit flycapture driver from ptgrey?
it's not working for me with 64-bit everything, so the more details you can provide the better. specifically, matlab 2012b on windows 7-SP1 crashes when all i do is
>> imaqhwinfo('pointgrey')
ans =
AdaptorDllName: [1x82 char]
AdaptorDllVersion: '4.4 (R2012b)'
AdaptorName: 'pointgrey'
DeviceIDs: {[1]}
DeviceInfo: [1x1 struct]
>> vid=videoinput('pointgrey',1); % crash here
everything works fine though in flycapture2.3.3.18.
thanks,
ben
"Rob" wrote in message <jeidkk$4vb$
1...@newscl01ah.mathworks.com>...