theta-client
theta-client copied to clipboard
A library to control RICOH THETA
while connecting to the Theta camera through to iOS application.The user, who is on iOS version 17.4.1 is experiencing a timeout error with the following details: Error Domain=NSURLErrorDomain Code=-1001 “The...
I have integrated full code its works all fine, but suddenly preview not working, it's showing blue color 
When I call initialize(), sometimes it throws this error: ``` HttpClient: REQUEST http://192.168.1.1/osc/info failed with exception: kotlin.IllegalStateException: Failed to connect to InetSocketAddress(hostname=192.168.1.1, port=80). Error: Failed to connect to InetSocketAddress(hostname=192.168.1.1, port=80)....
Build is failing on the newest gradle/ jdk version with the following message: `FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong:...
(EDIT) >I tested using another phone with android 11 and it works. Apparently, there is a problem with Xiaomi Redmi note 12 and Android 14 Hyper OS. Hi guys, I...
I'm having a probleam to connect and take photos using mid-range or entry-level Android devices. Every time that I open the camera, it will be lazy to open camera visualization...
While live previewing or capturing, if the Ricoh Theta connection is lost, the catch blocks for the corresponding methods are not being triggered in iOS. I am using the same...
Hello, I see that the SDK is written in KMP, that's great ! But it seems the only way to integrate in iOS and Android are from native parts (from...
The app crashes when ever it trys to init the camera or when ever NativeModules.ThetaClientReactNative is called
In Ricoh demo project in [info.plist 1](https://github.com/ricohapi/theta-client/blob/main/demos/demo-ios/SdkSample/Info.plist) there are keys “NS**Temporary**ExceptionAllowsInsecureHTTPLoads” and “NS**Temporary**ExceptionRequiresForwardSecrecy”. But at the same time I can’t find any official apple documentation about these keys. There is...