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_attrsvalue.Attributes to record from the motion eventprofile_mask: str, defaults to record_profile_maskvalue.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.