Wat's the role of this instruction?

3 views (last 30 days)
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?

Accepted Answer

the cyclist
the cyclist on 30 Nov 2015
Here is a link to the documentation for this command.

More Answers (1)

Image Analyst
Image Analyst on 30 Nov 2015
Those are the arguments that you use to set up an object that is basically your video camera. You can change them to set up different physical cameras, camera resolutions, frame rates, etc.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!