You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue where lighter strokes are clearly visible on paper but are not recognized by the SDK. Only when I press the pen down harder I get stroke data.
Is there a way to change the sensitivity using the penPressure state? What range of values does - (void)setPenStateWithPenPressure:(UInt16)penPressure; accept and what do they mean?
I was also wondering what exactly some of the other pen state properties do, especially useAccelerator and useHover. I use an F110 by the way, so the SDK is version 1.
Yes, pen sensitivity can be changed by 'setPenStateWithPenPressure'. The range of the value is between 0~4. '0' is the most sensitive.
Regarding useAccelerator and useHover, useHover is for hovering mode like proximity mode which has been used for testing internally in our company. And, useAccelerator is used to wake up the pen which is also being used internally. Thus, both of them should not be used by customers.
I am experiencing an issue where lighter strokes are clearly visible on paper but are not recognized by the SDK. Only when I press the pen down harder I get stroke data.
Is there a way to change the sensitivity using the
penPressure
state? What range of values does- (void)setPenStateWithPenPressure:(UInt16)penPressure;
accept and what do they mean?I was also wondering what exactly some of the other pen state properties do, especially
useAccelerator
anduseHover
. I use an F110 by the way, so the SDK is version 1.The text was updated successfully, but these errors were encountered: