MATLAB: Wat’s the role of this instruction

cameraImage Acquisition Toolboxwebcam

videoFileReader = imaq.VideoDevice('winvideo', 1, 'MJPG_640x480','ROI',[1 1 640 480]);
  • What does ('winvideo', 1, 'MJPG_640x480','ROI',[1 1 640 480]) mean?
  • What does this instruction do?

Best Answer

Here is a link to the documentation for this command.
Related Question