WILL SDK for ink v2
Does a WILL 2 data file include pressure data?
No pressure data is recorded in WILL 2 files.
Here is how the SDK works:
PressurePathBuilder
Input (containing x, y and pressure) ---> is passed to the PressurePathBuilder ---> Produces output (containing X, Y and Size) ---> Output is saved in .will file.
SpeedPathBuilder
Input (containing x, y and timestamp) ---> is passed to the SpeedPathBuilder ---> Produces output (containing X, Y and Size) ---> Output is saved in .will file
In both cases the output looks the same and it contains neither pressure, nor timestamp values.
The operation of transforming the data from pressure/timestamp to size is irreversible and there is no way to get pressure information from the file.