Anyone ever used OpenCV with Zynq (ARM+FPGA)

asked 2015-10-20 02:29:55 -0500

rlcousins gravatar image

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/sni...

Thanks in advance! Ryan

edit retag flag offensive close merge delete

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.

Boris gravatar image Boris  ( 2015-10-20 10:36:50 -0500 )edit

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

gvdhoorn gravatar image gvdhoorn  ( 2015-10-20 11:15:58 -0500 )edit

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

rlcousins gravatar image rlcousins  ( 2015-10-20 17:57:27 -0500 )edit