09-03-2019 12:20 PM
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!
Solved! Go to Solution.
09-11-2019 03:31 PM
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.
09-12-2019 10:24 AM
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!