Keyboard

class hive.trigger.Keyboard(**command)

Bases: QObject, Trigger

Commands 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

detection

trigger the detection process.

Methods Summary

create_detection(key)

Emit for the task a detection signal with the device id detected.

who_to_connect_where()

Attributes Documentation

detection

trigger the detection process.

Type

str

Methods Documentation

create_detection(key)

Emit for the task a detection signal with the device id detected.

who_to_connect_where()