DynAIkonTrap#
Software to be run on the camera trap.
To run the program start it as a module by running (with Python 3.x):
python -m DynAIkonTrap
This can be stopped by hitting <Ctrl>
+ C
.
The software for this system has been designed to be modular and so individual modules can be replaced by others and, in particular, core methods can be updated and exchanged for the current state of the art.
Modules
Provides a simplified interface to the |
|
This module handles detection and recording of motion events to disk. |
|
An interface for writing animal frames to disk or sending them to a server. |
|
Static functions providing access to decoding byte arrays into image formats, returned data are numpy ndarrays. |
|
Provides access to a preset Python logger. |
|
An interface to the sensor board. |
|
The mechanism by which the tunable settings may be loaded into the system. |
|