This repository contains the project developed for Xilinx Adaptive Computing Contest based on ZCU104 For the project description please goto hackster.io project page
This project contains a desktop version and a embedded version (tested on Xilinx FPGA board ZCU104)
bash build_app.sh
./a.out
In order to OpenCV video processing you need to build OpenCV with ffmpeg and gstreamer support. You could check whether your current OpenCV installation are having this support by compiling and running the opencv_stat.cpp file provided in this repository.
mkdir build && cd build
cmake ..
make
We noticed a link error when trying to build standalone using above commands. Use the source code in Vitis_In_Depth_Tutorial/Machine_Learning/Introduction/03-Basic/Module_7/app/test to compile if this is the case
This work is inspired by following works