Man page - libinput-analyze-recording(1)
Packages contas this manual
- libinput-quirks-list(1)
- libinput-record(1)
- libinput-debug-gui(1)
- libinput-measure-touchpad-size(1)
- libinput-test(1)
- libinput-analyze(1)
- libinput-list-kernel-devices(1)
- libinput-replay(1)
- libinput-analyze-buttons(1)
- libinput(1)
- libinput-measure-touchpad-pressure(1)
- libinput-measure-fuzz(1)
- libinput-quirks(1)
- libinput-list-devices(1)
- libinput-debug-tablet(1)
- libinput-measure-touchpad-tap(1)
- libinput-analyze-recording(1)
- libinput-analyze-touch-down-state(1)
- libinput-analyze-per-slot-delta(1)
- libinput-debug-events(1)
- libinput-test-suite(1)
- libinput-quirks-validate(1)
- libinput-measure(1)
- libinput-measure-touch-size(1)
Package: libinput-tools
apt-get install libinput-tools
apt-get install libinput-tools
Manuals in package:
Documentations in package:
Manual
| libinput-analyze-recording(1) | General Commands Manual | libinput-analyze-recording(1) |
NAME
libinput-analyze-recording - analyze a device recording
SYNOPSIS
libinput analyze recording [--help] [options] recording.yml
DESCRIPTION
The libinput analyze recording tool analyzes a recording made with libinput record and prints a tabular summary of the events in that recording.
This is a debugging tool only, its output may change at any time. Do not rely on the output.
OPTIONS
- --help
- Print help
OUTPUT
An example output for a tablet sequence is below.
Time | X | Y | PRESSURE | DISTANCE | MISC | SERIAL -----------------------------------------------------------------
0.000 | 9717 | 6266 | | 63 | 0x862 | 0x9a805597 | BTN_TOOL_PEN
0.005 | 9709 | | | | | 0x9a805597 | BTN_TOOL_PEN
0.012 | 9701 | | | | | 0x9a805597 | BTN_TOOL_PEN
0.020 | 9692 | 6269 | | | | 0x9a805597 | BTN_TOOL_PEN
0.028 | 9680 | 6277 | | | | 0x9a805597 | BTN_TOOL_PEN
0.034 | 9668 | 6279 | | | | 0x9a805597 | BTN_TOOL_PEN
0.042 | 9654 | 6282 | | | | 0x9a805597 | BTN_TOOL_PEN
LIBINPUT
Part of the libinput(1) suite