D-POINT is a stylus pen that realizes 6DoF, which captures the movement of the pen with a camera and draws digitally.
A stylus pen, a digital pointing device that comes with tablets, smartphones, etc., usually transmits input information to the device by touching or approaching the pen tip with the monitor. The newly introduced ' D-POINT ' allows you to input characters by using a camera to read the marker attached to the end of the pen.
GitHub - Jcparkyn/dpoint: Open-source digital stylus using camera tracking and inertial measurements
You can see how D-POINT works in the video below. Click to play.
The internal structure of D-POINT is like this. There is XIAO's SoC '
The end of the pen has 8 markers from another project for marker detection '
As for motion processing, the camera first detects the ArUco marker, corrects its position, and estimates the pen's posture using
D-POINT can also detect pen pressure, achieving 6DoF input with sub-millimeter accuracy. As long as you have a pen and a commercially available web camera, you can draw on any surface.
The code and design files for this project are open source.
Related Posts: