Home > other >  Call for help: how to use python gige interface industrial camera
Call for help: how to use python gige interface industrial camera

Time:12-01

Now have a pomeas PMMS - 0500 e15csc industrial camera, recently learning opencv in python, has invoked the notebook's own camera:
The import cv2
The import numpy as np

Cap=cv2. VideoCapture (1)
While (1) :
#
Ret, frame=cap. Read (1)
#
Cv2. Imshow (" capture ", frame)
If cv2. WaitKey (5) & amp; 0 XFF==word (' q ') :
Break
Cap. Release ()
Cv2. DestroyAllWindows ()
But now want to invoke industrial camera cannot be identified, because the camera is to use network cable (Gige) connected to the computer, the enterprise also didn't give about python SDK only from c, c + +, VB SDK, so I want to help BBS great god thanks a lot!

CodePudding user response:



PylonLiveView folder with basler like Demok using available for developers to use

CodePudding user response:

Basler has a library, pypylon, install the libraries can call

CodePudding user response:

Making a can PyGigE - V library at https://github.com/jcramer/pyGigE-V
  • Related