Skip to content

This open-source repository aims to stitch several separate video streams into a single video using DDR3/4 storage via the AXI interface. The interface can be easily switched to the DDR3/4 located on either the PS or PL side using HP/GP ports or MIG IP.

Notifications You must be signed in to change notification settings

DOUDIU/Hardware-Implementation-of-Video-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Stitching Based on FPGA

outcom

This repository consists of four branches, each of which is simulated with Questa sim and verified by the Xilinx FPGA board.

Branch Functional Description
Three_Frames Stitching three separate videos into one video.
Five_Frames Stitching five separate videos into one video.
VMDA Ping-pong read-write single video into DDR using AXI-4 interface.
DDR_Interface_Translation Ping-pong read-write single video into DDR using APP interface. (Through AXI-4 to APP interface translation)

Project Structure

The tree map of this project is shown as below:

  • vivado #vivado project folder
  • pic #picture
  • modelsim #
    • wave.do #the modelsim wave file
  • RTL #all necessary code
    • constrs_1 #fpga constrain files
    • sim_1 #simulation files
    • source_1 #source code

Tips

For convenience, the Async FIFO used in this repository utilizes the Xilinx FIFO IP to enhance timing performance. The HDL Async FIFO is provided in the RTL folder for replacement.

Considering the universality of the AXI interface, this project can be conveniently transplanted into any kind of ZYNQ or FPGA platform. The following are the corresponding application frameworks on ZYNQ or FPGA.

structure

About

This open-source repository aims to stitch several separate video streams into a single video using DDR3/4 storage via the AXI interface. The interface can be easily switched to the DDR3/4 located on either the PS or PL side using HP/GP ports or MIG IP.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published