ichiro
October 1, 2021, 6:48am
1
Hi Guys,
I am using the web api in wireless client mode on my Theta V.
I have observed that when Theta cannot connect to wifi for a certain period of time, it automatically changes the client mode (where Theta itself is the AP).
Do you know how to solve this problem as follows?
a. How to set that the client mode is not switched.
b. How to switch the client mode using USB API
I refer you to the following page.
I’m going to try this for the Theta V that I have on hand.
Hi,
I’m having trouble using simultaneously USB connection (adb mode) and Wifi connectivity in client mode.
When using one of them (USB or Wifi), they work perfectly also USB adb bridge and Wifi connection, but when I connect the USB cable to Theta V device the Wifi Connection is interrupted.
Can I have some support on that?
Regards
I’m using the following environment.
Model: Theta V
Firmware Version: 2.50.1
LTE Router: HT100LN
Thank you,
craig
October 1, 2021, 12:06pm
2
With the USB API, are you using this:
Notice of website closure
You can configure the THETA for client mode access through the USB or Wi-FI APIs. In addition to the SSID, password, and other settings, you can also configure the IP address of the camera. This is useful so that you can know the IP address of the THETA when it is in client mode.
Two methods of setting IP address in client mode with API
Before getting started, let’s understand the limitations of this technique. It cannot set the IP address of the THETA while the THETA is in client mode. Yo…
1 Like
ichiro
October 7, 2021, 1:41pm
3
Thanks a lot.
It’s amazing!
2 Likes
ichiro
October 14, 2021, 12:13am
4
As a side note, if Theta is powered on, you can use the following command to change the mode.
ptpcam --set-property=d81d --val=2 //Change Theta to wireless LAN client mode.
ptpcam --show-property=d81d //Mode check
2 Likes