MATLAB: How can i get frames from real time video recording in matlab

real time image processing

I want to read frames from real time video recorded by web camera or a CCD.

Best Answer

Usually you cannot get all of the frames in real time from a camera. You might be able to do it if the frame rate is about 1 to 5 frames per second. For anything faster than that you should probably be using the image acquisition toolbox.
Related Question