So instead of using a live video how can I recode this such that it uses a saved video instead of needing a live video.
Current code:
oj = imaq.VideoDevice('winvideo',1);
frame = step(oj);
How could I rewrite this so that it does the same but for a saved video in the path. tHANKS
