How do I get Allied Vision Camera (GC2450C) working with OpenCV 2.4?
I start exploring OpenCV few days back, and successfully able to grab video/image from iBall webCam.
I have GC2450C Allied Vision Camera and my OS is windows-7, how do i read this GigE Camera Image/Video Through OpenCV.
my OpenCV directory structure show that i have cap_pvapi.cpp file is available (dono what is this but every time i start googling these key word CV_CAP_PVAPI visible on monitor)
c:\OpenCV\opencv\source\modules\highgui\cap_pvapi.cpp
cerr << getBuildInformation() << endl;
should give you some information about pvapi/gige availability.
if you're using the prebuilt libs, it's kinda unlikely, that it's compiled in already. GigE seems to be dependant on some sdk being installed when building the opencv libs .
(get the sdk, rebuild opencv in short)
after getting sdk http://www.alliedvisiontec.com/apac/products/legacy.html, how do i connect this SDK during opencv rebuild process