Ask Your Question
1

Using GigE Cams with OpenCv

asked 2013-09-17 04:31:51 -0600

Maik Angermann gravatar image

Has anyone already successfully used GigE Vision Cams together with OpenCV. I use OpenCV for the Edge detection. Now we have a photonfocus GIGE MV1 D1312 Color Model. The cam is shipped with the ebus SDK of Pleora with several samples. Because the use of the bayer pattern I have to use the Plearo own Image Format PVImage, which is retrieved from the buffer, then I convert the specific Image into an IPLImage. Even though I use the colored BG8 PVImage the retrieved IplImage is a Greyscaled one. So I have to use the cvconvert function to get a 3 Channel BGR Image. It seems that all this conversions and copies from buffers in images reduce the Speed of the cameras Image aquisisation. Has anyone a better walkthrough getting the Images as IPLImage

Regards Maik

edit retag flag offensive close merge delete

Comments

For a start, stop using the IplImage-process which is old C-style 1.x API and move to the newer Mat container which is C++-style 2.x API. Make sure that your IplImage isn't constructed using the BGR2GRAY conversion parameter.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-09-17 07:43:29 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-12-26 05:30:45 -0600

kaushal gravatar image

plz follow the link below,

http://answers.opencv.org/question/25497/how-do-i-get-allied-vision-camera-gc2450c-working/

camera Used GigE GC2450C and capture video is Monochrome.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-17 04:31:51 -0600

Seen: 15,683 times

Last updated: Dec 26 '13