Hello,
I am programming Leap Motion using LeapC API 4.0. I want to allow Leap Motion work flipped in z axis. I have used config property "image_processing_flipped" but the device seems to ignore it. I noticed that this cannot be done programmatically, there is only a button "Reverse Orientation" in the LeapControlPanel but I want to do it without user interaction. So instead I decided to use the "auto orient tracking" mode. I have done it programitically by using the config option "image_processing_auto_flip". It seems to work, but it stops after a while (after random ammount of time). I found that that is a known issue. I found the following statement on the API page: "Automatic controller orientation can in rare cases stop functioning. A Leap Motion service restart will fix this or you can manually orient the controller from the Leap Motion Control Panel". I think this is related to my problem. So is there the appropriate way to programmatically allow Leap Motion work in inverted z axis?