Search code examples
pythonopencvgige-sdk

OpenCV with GigE Vision Cameras (Baumer) and Python


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


Solution

  • You need to build Opencv from source with GiGE support. Or use external python Library that supports GiGE like: https://github.com/genicam/harvesters