-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pointer position depends on stylus angle #323
Comments
I would suggest using the normal calibration procedure to correct this kind of error. It should reduce the amount of offset seen, as long as the stylus is held at a relatively constant angle (since the calibration is static and does not adjust based on e.g. tilt angle). For my own curiosity, can you share what tablet you are using? The sensor firmware contains calibration data that normally eliminates the vast majority of this particular type error. In my experience this was much more of a problem with older devices that either were incapable of, missing, or had worse-quality calibration tables. I can't say I've really noticed a significant tilt-correlated position change with recent devices, however. |
@jigpu it is "One by WACOM" model n° CTL-472 can you point me to the "normal calibration procedure" ? I was not able to find such a thing |
I was expecting this to be a display tablet; we don't have a calibration procedure documented for non-display tablets. There's not even really any good way I can think to calibrate a non-display tablet since there is no way to know what X/Y values "should" be expected from the tablet for some arbitrary pen position. Even with some absolute reference (e.g. the dots on the tablet surface) it isn't guaranteed that the top-left dot "should" report (0,0) for instance. You can try tweaking the 'Area' property to improve the calibration. Here's the best guidance I can give for what to do:
If you adjust For reference, I believe the CTL-472 has a hardware resolution of 100 points/mm. |
unfortunately this doesn't apply here, neither does it to #322 because all 4 corners would need to be defined. while playing with Gimp, I noticed that some devices apparently have parameters such as orientation and rotation, AFAIK my device does not (but I may be wrong) |
Close this one since it is described in #322. |
I noticed that the pointer's position depends on the angle of the stylus (pretend there is a laser pointer inside the stylus, the pointer will go away from the dot relative to the position of the stylus, normal to the tablet's surface ; ie. the pointer is drawn below the stylus the more acute the angle is which would make sense considering the sensed item (is it a coil? magnet?) is not located exactly at the tip). this also happens when the stylus is barely touching the tablet (I added some double-sided tape to make sure the stylus is not moving relative to the tablet)
can this be compensated?
also see #322 ; since one will usually always hold the stylus with the same hand and a relatively constant angle, calibration is a must
The text was updated successfully, but these errors were encountered: