Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Python replacement of "IMAQ Serial Write"

Solved!
Go to solution

Hi, I am using Python to control a new CCD camera. I need to write the serial commands to camera myself. Is there any Python resources that did same job like the "IMAQ Serial Write" in Labview?  I already checked with pynivision library, but I was not aware similar functions. 

 

Thanks!

 

0 Kudos
Message 1 of 3
(1,964 Views)
Solution
Accepted by ElliotYY

I went ahead and dug through all of the Python functions and was not able to find anything similar to the IMAQ Write Serial function. It may be worth looking into pySerial and trying to write to your camera through that package.

0 Kudos
Message 2 of 3
(1,885 Views)

Hi Tristan,

 

Yes, it seems I have to find some ways else like pySerial to write to the camera if I am using Python.

 

Thanks a lot for your reply!

0 Kudos
Message 3 of 3
(1,871 Views)