Data Collection

The entire process starts with collecting some initial data. This data should be collected from the recording device using the same hardware and recording settings that will be used for regular analysis.

Begin continuous recording with:

python3 -m apr -a monitor

Stop recording with:

# From the same terminal session (will likely corrupt current video)
Ctrl+C

# Signal to finish recording and exit
python3 -m apr -a monitor -s

# Signal to finish recording and wait for process to exit
python3 -m apr -a monitor -S

# Signal to stop immediately (will likely corrupt last video)
python3 -m apr -a monitor -H

Recordings will be saved to ./_workspace/rotating/.

Note

Clapping hands together is a great demonstration exercise. This can be set in config.yml with models: [clap].