Version

Quick search

Recorder module

 Added in 1.1.0

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

ParametersAdded in 1.1.0
attrs: str, defaults to record_attrs value.Added in 1.1.0

Attributes to record from the motion event

profile_mask: str, defaults to record_profile_mask value.Added in 1.1.0

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’Added in 1.1.0

Name of the file to record / play with

Usage

For normal module usage, please see the modules documentation.