Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

adding video to matlab

Status
Not open for further replies.

jishaanujose

Newbie level 3
Joined
Mar 16, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,298
respected sir,
kindly help me with the matlab code for adding video....
 

Tell us more details about you requirements and show us the code that you have tried to write
 

Tell us more details about you requirements and show us the code that you have tried to write

sir i am doing a project on data hiding in motion vectors..... i have tried the following code for adding video to matlab...but it says error..
obj= mmreader('rhinos.avi');
a=read(obj);
frames=get(obj,'numberofframes');
for k= 1: frames-1
I(k).cdata= a:),:,:,k);
I(k).colormap= [];
end
implay(I);

when i run this...it says error in implay...
sir kindly help me.
thanking you
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top