planktoscope/software/scripts
2023-01-19 22:23:42 +01:00
..
bash updated license info 2023-01-19 22:23:42 +01:00
dts added python project config and reordered folder structure 2022-11-11 17:31:21 +01:00
gallery added python project config and reordered folder structure 2022-11-11 17:31:21 +01:00
raspbian_configuration added python project config and reordered folder structure 2022-11-11 17:31:21 +01:00
raspimjpeg updated license info 2023-01-19 22:23:42 +01:00
LICENSE added python project config and reordered folder structure 2022-11-11 17:31:21 +01:00
README.md updated license info 2023-01-19 22:23:42 +01:00

Python scripts of the PlanktoScope

This directory contains the various scripts needed for the PlanktoScope to run properly.

You should start your exploration with the file main.py as this is the file started by Node-Red.

The planktoscope directory contains the various modules loaded at runtime:

  • imager_state_machine.py is the state machine class of the imager process.
  • imager.py is the process that runs the camera and the streaming server for the liveview.
  • light.py manages the state of the light messages displayed by the Yahboom HAT.
  • mqtt.py is the class managing the mqtt dialogue with Mosquitto and Node-Red.
  • segmenter.py is the process that controls the segmentation.
  • stepper.py is the process that manages the stepper motors and their movements.