I am trying to capture a GigE vision camera image with opencv python. I read some questions about capturing an image using the Baumer GAPI SDK with c++ HERE. I am a python programmer and I want to ask is it possible to implement the same method for python. I read a another tutorial on Baumer webiste about ransfer images from Baumer GAPI to OpenCV c++ HERE
Asked
Active
Viewed 3,901 times
0
-
I'm a developer at Pleora (eBUS SDK) and we're currently in the process of writing python bindings for our SDK which will allow you to write your entire application in python and use whichever libraries you like. It's still in progress but might be available for some early alpha testing soon. – Chris Warkentin May 21 '20 at 10:02
1 Answers
0
You need to build Opencv from source with GiGE support. Or use external python Library that supports GiGE like: https://github.com/genicam/harvesters

Ziri
- 718
- 7
- 16