Custom software for performing Sideview Unit experiments. Only for Windows 10. Currently, a single FLIR camera views 8 tanks adjacent to two monitors with timed triggers for LEDs and tank tapping. Sideview Controller was written with modularity in mind, so any number of cameras, monitors, or COM devices may be set up.
Adding devices for timed signal-based interactions is slightly more involved. In addition to setting the parameters listed in the dialog box, you will need to add one or more Rules. Rules are the trigger points for sending signals to an attached serial device.
There are two types of Rules, Signal At and Signal Every. Signal At simply means that the trigger will occur at the selected time. Signal Every means that the trigger will occur repeatedly with a delay. The selected time will be this delay.
You can make more complex Rules using the Interval feature. If you check Interval, then the trigger will be restricted to the time interval that you indicate. For example, a Signal Every of 5 seconds with an Interval of 10 and 30 seconds means that the trigger will not start until 10 seconds, then trigger every 5 seconds until 30 seconds in total have elapsed (20 seconds of triggering).
You can save your setup to a config file so you can quickly load and record between uses of the software. Basically you can create a config for each experiment to ensure the parameters stay consistent for each different test. It's all in the File menu.
Compiled using pyinstaller
with the options located in pyinstaller_build.txt
Then Inno Setup is used to generate an installer. Codecs are probably going to be an issue so I recommend bundling the K-Lite Codec Pack (Basic) with this installer for proper deployment. The exact script I used for this is in installer_script.iss