Hey everyone!
I'm working on a project where i need to know how many fingers are extended during a frame. I see in the python documentation that there in 1.0 a command that can do this was added. The example given is extendedfinger_list = frame.fingers.extended()_
However, in my project this doesn't work. I get an error when running that says this attribute doesn't exist.
Is it possible i need to upgrade the version of the leap library I'm using? and if this is the case can someone point me to where it is available?