ov7725_Gray_Med_Frame_Difference 2020年新工科联盟-Xilinx暑期学校(Summer School)项目
This project implements a moving target detection system on the PYNQ-z2 platform. It uses the video stream signal transmitted by the OV7725 camera, then processes the image and output the moving target to the LCD monitor to display.
Here are instructions about how to setup this moving target detection system on your PYNQ-z2 board.
- Xilinx Vivado 2018.3
- PYNQ-z2 Development Board
- A OV7725 camera
- A LCD monitor
This project is developed and tested with Xilinx Vivado Suite 2018.3, but it can work with newer versions.
You can "source" scripts in your Vivado Tcl Console to build the Vivado project. These scripts will import RTL files, third-part IPs and other necessary files.
set argv [list project=Frame_Difference sdk=yes version_override=yes]
set argc [llength $argv]
source "$REPO_PATH/make.tcl" -notrace
- Zhiwei Zhou (@Crazy-Wei)
- Junpeng Chen (@bird1and1fish)