Keyboard¶
- class hive.trigger.Keyboard(**command)¶
Bases:
QObject,TriggerCommands in the view can trigger actual animal detection (from the view, from the code).
Use in the config file
Task: mode : ... trigger : - name: Keyboard
Use in task
See the process_detection method in your task
Attributes Summary
trigger the detection process.
Methods Summary
create_detection(key)Emit for the task a detection signal with the device id detected.
Attributes Documentation
Methods Documentation
- create_detection(key)¶
Emit for the task a detection signal with the device id detected.
- who_to_connect_where()¶