Unable to read and playback movie file

2 views (last 30 days)
Alejandro
Alejandro on 5 Oct 2014
Edited: Star Strider on 6 Oct 2014
Hello, my problem is as follows. Using the code given in the example to Read and Playback Movie File, I get the following error when running the program:
Undefined function 'hasFramework' for input arguments of type 'VideoReader'.
If I type which hasFrame, I get 'hasFrame' not found.. Does this mean I need to download something? Because apparently, I do not have the hasFrame function in my Matlab folder. I have the same issue with readFrame .
Any help appreciated.
P.D.: Running MATLAB R2014a

Answers (1)

Star Strider
Star Strider on 6 Oct 2014
The current online documentation is for R2014b (released late last week). The hasFrame function is new to it and does not exist in R2014a or prior versions. (I’ve not downloaded R2014b yet since some seem to have had problems downloading and installing it over the weekend. I’ll wait for a weekday so I can yell loudly for help if necessary.)
  2 Comments
Alejandro
Alejandro on 6 Oct 2014
Ok, thanks for the info. Is there any way to see previous documentation (R2014a or earlier)?
Star Strider
Star Strider on 6 Oct 2014
Edited: Star Strider on 6 Oct 2014
My pleasure!
You should have it on your computer. I believe typing ‘doc’ in the Command Window will bring it up. I bring it up by clicking on the Help ? above the Command Window. It brings up a separate tabbed browser window with documentation for everything you have.

Sign in to comment.

Categories

Find more on Downloads in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!