Hello,
I am currently working on small C# app where i track the fingers. While tracking in the middle of the pyramide is great, the more it gets to the edges, the worse it gets (which is understandable). I found the area where i can get good results. Now i would need to limit my app/leap with constraints, so the user wont be able to get results from the "poor tracking" part of the space.
I thought about limiting it trought x,y,z with if however, i am not sure if this would work, as the Leaps space is changing with distance from device. device.Vertical/Horizontal angles are not going to work, as they are read only.
Was anyone solving something like that and may guide/help me please?
Thanks.