py-ic-imaging-control
py-ic-imaging-control copied to clipboard
Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
Hi, I was wondering if it is possible to take more than one frame at a time from the camera buffer. I was trying to play around with get_image_ptr() but...
Because the author is using Win7 system, so the system variables are only added `C:\Users\\Documents\The Imaging Source Europe GmbH\TIS Grabber DLL\bin\win32`,But under Win10 system, you need to add `C:\Users\\Documents\The Imaging...
I'm seeing at least one spot where the repository doesn't seem to be compatible with Python 3.5 ( just a print statement.. ) But was wondering if the library could...
I'm attempting to run an IC camera (DMK 31BU03) on Python 3.7 and using Spyder. I can connect to the camera and alter various properties, and can also save images...
Hi, I'm currently attempting to run the demo.py, but I come across an error when attempting to save the file. Specifically it prints the following error- “File "C:\Users\palod\Desktop\pyicic\IC_Camera.py", line 479,...
Hello, I have copied the pyicic directory into my working directory and tried to add it to my existing python files. When I try `from pyicic.IC_ImagingControl import *` it causes...
https://github.com/morefigs/py-ic-imaging-control/blob/291af85ba1c7908a855a2e12ba6be634837cf147/pyicic/IC_Property.py#L185
This is similar, I realize to issue #17, but reading through that thread didn't actually give me the information required to fix the problem. So I've got the library installed...
When calling something like: ``` cam = ic_ic.get_device(cam_names[0]) ``` from a child thread an access violation occurs. When passing an `IC_Camera` object to a thread and attempting to open the...