Recorder module
Create an instance of Recorder
, attach to the
class, and bind some keys to record / play sequences:
- F6: play the last record in a loop
- F7: read the latest recording
- F8: record input events
Configuration
Parameters: |
- attrs: str, defaults to
record_attrs value.
Attributes to record from the motion event
- profile_mask: str, defaults to
record_profile_mask value.
Mask for motion event profile. Used to filter which profile will appear
in the fake motion event when replayed.
- filename: str, defaults to ‘recorder.kvi’
Name of the file to record / play with
|
Usage
For normal module usage, please see the modules
documentation.