I’m experiencing an issue in Ricoh Theta V.
I’m using wifi in client mode.
When I start the ThetaEnumerator and ThetaCapturer (for webRTC streaming) the Theta Camera emit 4 bips and reset it self. In vysor I see black screen, the camera emit 4 rapid bips, the red light over the camera button is shown and the camera seems shutdown it self. Also Wifi connectivity is turned off.
Could you explain what happens and what can I do to overcome to this developing issue?
It seems that the websocket connection fails (web socket is not in local, but remote).
The Web socket is up and running, the same Android app in other device is working.
It is likely when camera is working the internet connecitivty is not reachable.
Note: with standard android mobile device (Samsung S7, Note 10) works perfectly.
On theta camera we do two differents kind of tests:
we done some source code modification
do cognito login programmatically, without user interaction
change Activity type to theta PluginActivity
change CameraEnumerator and CameraCapturer to Theta one’s
Run as is the source code mentioned just changing the login, to be programmatically.
The both way fail with timeout on aws websocket.
The other tests that we did is to integrate aws signaling and cognito login to Theta sample code for webRTC, with the same result: aws web socket fail with time out.
This seem not strictly conneted to aws kinesis video streams, but seems camera related.
Could you help us to investigate the problem?