Team:Aachen/Notebook/Engineering/WatsOn
From 2014.igem.org
(→Software) |
|||
Line 58: | Line 58: | ||
{{Team:Aachen/Figure|Aachen_Device_SoftwareBackend.png|title=Connection between GUI and backend|subtitle= |width=900px}} | {{Team:Aachen/Figure|Aachen_Device_SoftwareBackend.png|title=Connection between GUI and backend|subtitle= |width=900px}} | ||
- | + | ===GUI(graphical user interface)=== | |
+ | With the graphical interface, the user can take images and time lapses of the chips inside the device. The software is written in C++. It makes use of the [http://qt-project.org/ Qt-Library] to provide a clear interface and a comfortable way to manage various software aspects such as handling images and establishing network connections. An advantage resulting from the utilization of Qt-Library is the multi-platform support for Windows, MacOS and Linux. Additionally, Qt is available with an Open Source license which can be used for free. The software can be used locally on the Raspberry Pi or remotely from a device in the same network. | ||
Features of the GUI include: | Features of the GUI include: | ||
- | + | * Change settings: | |
- | + | ** The user can specify the iso-value and the shutter speed of the camera. | |
- | + | ** Custom settings can be labeled and saved for future reference. | |
- | + | ** Existing settings can be updated or deleted unless they are default configurations. | |
- | + | ** The excitation wavelength of GFP(480 nm) and iLOV(450 nm) can be selected. | |
- | + | * Take image/s: | |
- | + | ** The GUI offers two possibilities to take images: | |
- | + | *** Take a single image with the active camera settings. | |
- | + | *** Take time lapse shootings with the active camera settings and the specified interval. When activated, the images are saved automatically to a user defined directory with ascending filenames. | |
- | + | ** The last image which was taken by the camera is shown in the GUI, information containing the time stamp and used camera settings are displayed next to the image. Previous images can be selected with the arrow buttons. | |
- | + | * Analyze image: | |
- | + | ** The image is analyzed by an image segmentation algorithm and shows whether the pathogen ''Pseudomonas aeruginosa'' is present on the chip or not | |
- | + | ===Backend=== | |
+ | The backend is a software that runs on the Raspberry Pi and is responsible for the connection between the GUI and the hardware. If the user interface is executed on another device, e.g. a notebook, it has to be in the same network as the Raspberry Pi. The backend works like a web server that receives commands and acts according to the submitted parameters. It can take images and returns them to the GUI. | ||
Revision as of 20:13, 16 October 2014
|
|
|
|
|