-
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
Python (tisgrabber): interaction with camera livestream IC_StartLive #77
Comments
Dear brianavila72, |
Dear Kevin, |
Hello The mouse events are usually provided by your GUI framework, e.g. QT. The window opened by tisgrabber has no message queue at all, so no mouse events are available. Stefan |
Hi, I am using QT for my application, when I press a button on my GUI the livestream is shown with the window opened by tisgrabber (IC_StartLive). Do you mean that even though this window has no message queue, QT should still be able to retrieve the Mouse location? Brian |
Hi Brian In case, your project is new, you may consider using IC Imaging Control 4 Python (https://www.theimagingsource.com/en-us/documentation/ic4python/index.html) . Your QT code wont change. But the documentation of the display does not tell too much about mouse usage. |
Hi,
I would like to know if it is somehow possible to interact with the camera livestream of IC_StartLive. I would like to know for example in which pixel position is my cursor on the image or draw a pointer in a specific pixel position on the stream.
The text was updated successfully, but these errors were encountered: