Face Tracking

8 views (last 30 days)
Divya Muralitharan
Divya Muralitharan on 23 Sep 2011
Commented: Walter Roberson on 3 Nov 2013
Hai .... I am in need of tracking the face in an video by means of mean shift based object tracking...can any one help me ??? I had a code which works best for QCIF format avi files...But its giving error for other format of avi files as...
Warning: AVIREAD will be removed in a future release. Use MMREADER instead.
> In aviread at 29
In new at 6
??? Error using ==> aviread at 84
Unable to locate decompressor to decompress video stream
Error in ==> new at 6
xyloObj = aviread('Exvideo.avi');
How could i overcome this???
  2 Comments
Prasad Kalane
Prasad Kalane on 3 Nov 2013
then instead of aviread use mmreader or VideoReader depending on your MATLAB version
Walter Roberson
Walter Roberson on 3 Nov 2013
Are you using a 64 bit MATLAB? If so then you do not have access to some decompressors, as some of them are available only for 32 bit MATLAB. Some of them are not installed by default in 64 bit Windows 7 or 64 bit Windows 8, as they are not compatible with 64 bit operation and could only work in 32 bit emulation mode. You would have to find a download site for the 32 bit codecs for that case.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing 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!