Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.4 KB

DriverPal-v2.0

This repository contains the project developed for Xilinx Adaptive Computing Contest based on ZCU104 For the project description please goto hackster.io project page

Build Instructions

This project contains a desktop version and a embedded version (tested on Xilinx FPGA board ZCU104)

Building Desktop Version

bash build_app.sh
./a.out

Required Packages

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.

Building Embedded Version

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

Video Demonstration

Video Link

Contributors

Acknowledgment

This work is inspired by following works