I have to work with the image acquisition toolbox in Matlab and I find it quite disturbing to always change to windows. So I installed Matlab 2010b on my Linux machine (Arch, Kernel 39). Skype & friends work perfectly with my camera (using uvcvideo/video4linux2) but Matlab doesn't. It is a built-in laptop camera and I (my user) am in the video group.
Matlab says
>> imaqhwinfo
ans =
InstalledAdaptors: {}
MATLABVersion: '7.11 (R2010b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '4.0 (R2010b)'
Googeling just told me, that the toolbox should support video4linux2 and that I should not run into problems if the camera can be used by other software.
It might be important, that I use Matlab 64 bit while "lsmod | grep v4l2" says:
v4l2_compat_ioctl32 8364 1 videodev
Does this mean that my video4linux2 driver is 32 bit?