"Jason Atwood" <
jwat...@gmail.com> wrote in message <k896to$4bq$
1...@newscl01ah.mathworks.com>...
> So what was your solution?
Hi Jason,
this is only manual:
%get the supportedformats:
k = imaqhwinfo('winvideo')
k.DeviceInfo
k.DeviceInfo.SupportedFormats
% take the desired and setup the videoinput
video = videoinput('winvideo',1,'RGB24_1600x1200');
best kinor