Why do I receive an error when attempting to connect to my Matrox hardware device using Image Acquisition Toolbox 1.9 (R14SP3)? I am using the following code to connect to my Matrox image acquisition device: vid = videoinput('matrox', 1,'M_NTSC_RGB); set(vid,'TriggerRepeat',Inf); vid.FrameGrabInterval = 5; start(vid); When I execute the code above, I receive the following error message: ??? Could not connect to the image acquisition device. Device may be in use. Out of memory while allocating acquisition buffers. Try increasing the amount of non-paged memory in the MIL driver.
Kshitij Singh answered .
2025-11-20