Building OpenCV 3.0.0 with CUDA, GIG E Vision and QT support

asked 2015-05-27 03:54:48 -0600

gtusar gravatar image

Hi there. In my project, which runs on nVidia Jetson, I need these three things: CUDA for image processing, GIGE for connection to camera and QT for simple GUI. Problem with OpenCV in Jetpack is, that it is pre-built without QT. This is the reason I started with building it on my own.

I came along very annoying problem. I want to build OpenCV with CUDA, GIGE Vision and QT support, but I don't know how to do it. I finally managed to build OpenCV but without GIGE Vision support, which I want to use to connect to my Basler GIGE camera. Did anyone successfully built that?

I have Basler's SDK for ARM which has libraries and binaries, but I am not sure which ones should I include. I also don't know where to get PvAPI and OpenEXR if they are even needed.

Please help.

Thank you.

edit retag flag offensive close merge delete

Comments

I have done Opencv 3.1.0 installation with CUDA and QT enabled. I think there is no need to build Opencv specifically with Gige support. Because im using opencv with Gige cameras, and that Opencv was not installed specifically for Gige. It supports by default I think.

lm35 gravatar imagelm35 ( 2016-10-22 07:19:51 -0600 )edit