Robotics StackExchange | Archived questions

Anyone ever used OpenCV with Zynq (ARM+FPGA)

We recently launched a low-cost robotics hardware platform and we're considering offering support for OpenCV (in addition to ROS). The platform is based on the Xilinx Zynq-7000 ARM-FPGA SoC, which definitely supports OpenCV. I was just curious if anyone had any first-hand experience as far as porting to/working with Zynq and what kind of effort level we should expect.

For reference, this is the project: https://www.crowdsupply.com/krtkl/snickerdoodle

Thanks in advance! Ryan

Asked by rlcousins on 2015-10-20 02:29:55 UTC

Comments

Why do you expect any difficulties with OpenCV if you have Linux there already? From my experience, all you need is appropriate kernel, the rest just works. E.g. I was able to run Linux distro for BeagleBone on Zynq without much problems.

Asked by Boris on 2015-10-20 10:36:50 UTC

I think the idea is to use the FPGA (and other platform specifics) to increase performance?

Asked by gvdhoorn on 2015-10-20 11:15:58 UTC

Yes, particularly as it relates to the FPGA side of things (image processing acceleration, etc.).

Asked by rlcousins on 2015-10-20 17:57:27 UTC

Answers