I am using RICOH THETA SE32 and integrating android SDK**(with kotlin)**. I am following the right steps but am unable to connect the camera. Getting this exception at detectedCameraInfo.pullWithShortTimeout();
protected CameraDevice detect() {
ItemCameraInfo detectedCameraInfo = null;
try {
detectedCameraInfo = new ItemCameraInfo(false);
detectedCameraInfo.pullWithShortTimeout();
} catch (Exception var4) {
LOG.warn("Failed to pull camera info");
return null;
}
Exception is: failed to connect to /192.168.0.1 (port 80) from /25.71.46.36 (port 46982) after 3000ms
I am following the below steps to connect the camera to the phone and integrate SDK-
Add the SDK jar file to the project in the libs folder.
Add dependencies and packaging options in build. grade file.
Add documentation code to detect and connect the camera.
Connect camera and phone through wifi.
Add android:usesCleartextTraffic=“true” to manifest.
I am getting empty detected devices all the time from CameraDeviceDetector class because it throws exceptions in the protectedcameraDevicedetect method.
Here are some details about my android studio and device version-
Device- Pixel 4a(android 12)
Android Studio- Arctic Fox | 2020.3.1 Patch 3
Language- Kotlin
Please help me out with the above issue so I can go forward with the integration part.
I find tutorial videos, command-line tests, and everything related to flutter on this page. I am not able to find SDK for RICOH THETA SC2 and documentation for KOTLIN. Please help with this.
and it tells me to drop a mail to get the latest code and documentation.
Please contact jcasman@oppkey.com for updated code examples with SC2-specific information
I have already dropped a mail at jcasman@oppkey.com but have not gotten any reply for 2 days.
Hey Craig, The Github project link you provide in this message is the android app, not the SDK. Please let me know how to use this as SDK.
If I convert the app into SDK, after that I need documentation for how to use that SDK in our app to-
Connect
Capture/Capture setting
Live View
Image Handling
Download Image etc. Thanks.