Skip to content

alexvonduar/fpga_embedded_vision

Repository files navigation

FPGA Embedded Vision

Boards

Camera Modules

Software Environment

  • Vivado/SDx 2019.1/2018.3
  • Vitis 2021.2

Reference Designs

  1. Avnet Reference Design [Picozed Zynq 7030 SOM + Onsemi PYTHON1300 FMC + Picozed FMC carrier board v2]
  2. ZCU106 VCU TRD 2019.1
  3. Xilinx reVision

Create HW & SW Projects

  1. Onsemi PYTHON1300 FMC + ZCU104

    This project is porting from Avnet Hdl project, from Picozed Zynq7030 to ZCU104.

cd scripts
vivado -mode tcl -source zcu104_fmchc_python1300c.tcl -notrace
  1. LI-IMX274-FMC + ZCU104

    This project is porting from ZCU106 VCU TRD reference design.

cd scripts
vivado -mode tcl -source zcu104_vcu_trd_proj.tcl -notrace
  1. Onsemi PYTHON1300 FMC + MYD-C7Z020

    This project is now updated to 2021.2.

    • combined color space convert and chroma subsampling into single Video Processing Subsystem IP;
    • replace OSD with Video Mixer IP;
    • add one more test pattern generated base layer.
source $(VITIS_PATH)/settings64.sh
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published