-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple question #82
Comments
Hello IC_SetFrameRate is declared as The latest version of the DLLs are available at https://github.com/TheImagingSource/IC-Imaging-Control-Samples/tree/master/Python/tisgrabber, which I am sure, you are aware of. Best regards |
Hi Stefan, Thank you for your quick reply. It's just from my strong assumtions. Minimal set of what we do is here. By the way, where to learn 'IC Imaging Control 4' ? Best Regards, |
Hello Yuji You can load and save presets with tisgrabber's IC_SaveDeviceStatetoFile() and IC_LoadDeviceStatefomFile functions. IC 4:
If you want to use the pre-built dialogs for PySide6, you also have to install the imagingcontrol4pyside6 support library:
Documentation is at https://www.theimagingsource.com/en-us/documentation/ic4python/guide-getting-started.html, samples are at https://github.com/TheImagingSource/ic4-examples/tree/master/python It is not too different from tisgrabber, but it is better documentated, Linux compatible and uses the GenTL Producers in Windows and Linux instead of DirectShow / Aravis / v4l2. The GenTL Producers Windows are at https://www.theimagingsource.com/en-us/support/download/ Stefan |
Hi Stefan, Thank you for detailed information. Best Regards, |
Hi, wie geht's ?
Do you know what is going to happen, if you do below ?
ic.IC_SetFrameRate(hGrabber, ctypes.c_int(80))
We use 4 of DFK37BUX287's on one PC.
Also please let us know where to get latest 'tisgrabber_x64.dll' and related files.
Thanks in advance.
The text was updated successfully, but these errors were encountered: