I want to create an Android App, which is capable of controlling a ANT+ Video Camera.
As i have seen so far, the ANT+_SDK_2.0 for Android does NOT provide a VideoRemoteControl class (Only the VideoControllableDevice).
I tried to solve the problem by using the ANT_SDK_4.2, but failed because i can not use the ANT+ network key with this API. There are only 3 predefined network keys: ANT_FS, PUBLIC and INVALID.
Is there a solution for this problem ?