• SDK & Driver
  • GENERAL Error on attept to open ASI120 camera on some devices

I'm author of OpenLiveStacker app: https://github.com/artyom-beilis/OpenLiveStacker for Android.

Several users already reported same issue with ASI120 - General Error when try to open camera.

        int camId = 0;
        ZwoCamera camera = new ZwoCamera(camId);
        ASIConstants.ASI_ERROR_CODE ret = camera.openCamera();

The returned code is 16 - general error.

What can be the reason?
Can this be related to power supply for the device?

I also have a user that reports that ASICap works on the phone but my API call fails

ASICap version is 2.0.7 (1260_0804)
Android 13, Security Patch 1st June 2023; One UI 5.1; Kernel 4.19.87-26203352

Any direction?

6 days later

Ok thanks, I'll check and check with ASI120 owners and I'll get back with the results.

    4 days later

    Thanks, according to the user report it is indeed solved the ASI120 issue

      11 days later
      Write a Reply...