Operational settings#
Configuration and customization Now that you have your AutoPollS device assembled and software installed, you can move on to modifying and customizing your device. On your Desktop will be a file called “configs”, you can open this file with a basic text editor or code editing software.

The settings and descriptions that you can change using this file are:
Hostname
Change the identity of the autopolls unit which will modify the first part of images saved so they can be traced back to a specific unit. Ideally make the name one word, it can contain “_” instead of spaces: ie.
'autopolls_unit1'
Model_inference
Turn on
1
or off0
the on-edge model. Turning off the model will turn the autopolls into taking time lapse images set at the interval defined by periodic still frequency. Turning on the model will run the selected detection model with the settings provided
Inference classes
Change the type of model running either
single
multi
still being debugged
Coral
Turn ON
1
or OFF0
the coral accelerator. The coral accelerator must be attached for this option to function
Threshold
The threshold at which to save a detected insect. By default it is at
0.2
, and can be anything from0
-1
. Adding a threshold of0.2
is a decent place to begin if you want to be more selective for saving images, but should still be on the more permissive side. Lower values will be more permissive (i.e., more false positives close to zero)
Periodic still
The periodic still frequency is how often to save an image even if no insect is detected. For example: if the frequency is set to
5
seconds, every 5 seconds an image will be saved even if the threshold is not met.
Autofocus
Turn ON
1
or OFF0
Focus
a. This value adjusts the focus of all cameras, it accepts values from 0 - 999, with 0 being focused at infinity and 999 focused a few mm from the camera. For example, a value of
325
gives an in-focus image when the subject is 3.5” away from the camera. Around305
for around 8” away from the camera.
Note
Once all settings are as desired, reboot the pi for them to take effect. Can power cycle the pi, or type “reboot” in the terminal.