Few of our customers facing this crash(Got from Xcode crashes , crashlytics portal) at HTTPStream class. Not sure what NSoperation thread affecting this and making the app to crash , its not easily reproducible
I think there was a problem with high load on iOS with the old SDK due to the way the loop was constructed.
Likely unrelated as it relates to Android.
from tamy, but for Android
The theta sample app here: https://github.com/ricohapi/theta-api2.1-android-sdk does have a bug where the live preview goes black on the SC2. If you are knowledgable in java, an EOFException occurs in readMJpegFrame() in MJpegInputStream. There is a relatively simple workaround if you are able to develop. Make the call to camera.getLivePreview again after after this occurs. Hope this helps!