Guys, tell me the tracking formula for tracking the movement of the fingers (necessarily with drift correction), finger bending and finger rotation, who can do a similar project. I use Arduino + MPU6050. I used the Madgwick Filter filter to compensate. On the finger I use one sensor 9dof.
Hi @DenisARS
Yes, as @jremington said it is a difficult project, I am also trying this type of tracking since many days.
Instead of using MPU6050, I used Processing to track the fingers movement following this arduino virtual reality project
where this guy simply used Processing to track hands movement and used hall sensor & magnet to track clicks. I am trying to track multiple fingers by tracking different colors in Processing, its also difficult but comparatively easier approach.
Post here if you get any success in this project.
Thanks