harvesters_gui
harvesters_gui copied to clipboard
Harvester-based GUI
I am working on a rewrite on the harvesters_gui. These are the main topics - harvesters_gui using qt designer (currently the gui code and logic is interwoven) Rationale: This should...
I've come across a bug when trying to replicate the starting harvester.py example you give in the readme in python 3.8. On line 4 while importing Harvester python trows up...
Hello Mr. Kazunarikudo, i developing a GenTL Producer that is a wrapper around our Camera Software SDK. That SDK can access about multiple different Camera Families. To be honest i...
Hi, I'm following the example to launch the GUI but I'm getting an import error: ``` from harvesters_gui.frontend.pyqt5 import Harvester ImportError: cannot import name 'Harvester' from 'harvesters_gui.frontend.pyqt5' (C:\Program Files (x86)\Microsoft...
Recenters the canvas and re-sizes to display the complete image in the app
Hi Kazunari, I needed a software solution to record video from an USB3 vision compliant IDS camera. I added some features here and in your core repo to allow for...
**Describe the bug** Harvester GUI crashes if the GenTL Producer doesn't support `DEVICE_INFO_SERIAL_NUMBER`. Especially with GenTL standard version 1.3 compliant GenTL Producers. **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** The gui shut down when trying to connect to Omron line scan camera via harvester gui **To Reproduce** Steps to reproduce the behavior: 1. Have harvesters and...
Are there any plans on integrating with Napari? Seems like a flexible pathway for this project to move forward? A dev appears to have starting some of the legwork, although...
**Describe the bug** When trying to write to an IInteger node that defines a range larger than int32 (via the Attribute Controller window), the GUI will crash as soon as...