Hi,
Has anyone managed to get the Android SDK to work - or the demo? I'm running this on Android 10 on a OnePlus 5T using OTG to connect to a ASI120MC-S.
The APK zwo-camera-example.apk in the SDK download zip archive won't install ("install failed"). If I compile and run the demo I get a segmentation fault in the .so libraries caused by the JNI call:
ASIReturnType propertyReturn = ZwoCamera.getCameraProperty(i);
This also occurs if I set up a very simple app of my own. This call:
int num = ZwoCamera.getNumOfConnectedCameras();
lists one device as being connected and I can see it is the ZWO camera from the USB information returned by the device.
ZWO's ASICAP app downloaded from Google Play works perfectly, so it appears to be something wrong with the libraries provided in the SDK.