I’m trying to display live video from an external camera using the function “movie” after performing a 2x binning. My original video size is 768×576. However, when I bin my pixels, I get a 384×288 image that, when it’s displayed, will look half the size of my original video. Is there any way I can increase the displayed size of the movie such that it looks the same size as the original? In other words, my pixel would look twice the size.
I have tried using set(gca,'Position'...) but it doesn’t change the size of my movie.
Any suggestion?
I’ll use the example movie as found on the documentation.
Suppose you have a bunch of frames:
At the end of
help movie, it says:Thus, there is no way to display the movie at a bigger size than at which is was recorded. You’ll have to blow up the pixels to make it display at larger size:
Note that this won’t win any prizes for readability, so if you’re going to use this, please include a comment describing what it does.