Foundation: _NSSetLongLongValueAndNotify crash on HTTPStream class

Are you using the old SDK or the new theta-client ?

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!