How to read or write video file in verilog

Status
Not open for further replies.

kissmoh

Junior Member level 1
Joined
Jan 17, 2013
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,443
Hi im trying to make image processor using FPGA
i've read many sequence frame image files for simulation but dont know how to read video file(or write).

can someone teach me a sample code for it?
is there any specific format should be used? i want to read it and output the result video file after passing my module.

and how to capture and store the result image or video results showed to me through monitor?
 

video files are usually compressed, so you wont be able to read it into your Verilog. You need a raw format before you can read it into verilog. Text files are the easiest.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…