Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When theta V is connected to the computer by USB, but the power button is not pressed, can theta V be controlled by the program to boot. #33

Open
KnifeEdge opened this issue May 31, 2021 · 3 comments

Comments

@KnifeEdge
Copy link

When theta V is connected to the computer by USB, but the power button is not pressed, can theta V be controlled by the program to boot. The power light color is green and no blue Status Indicator.

@jcasman
Copy link

jcasman commented May 31, 2021

@KnifeEdge There is no remote power on function in the THETA USB API. Can you tell me a little about what you are building? I am able to talk with the THETA product manager and can report back about requested functionality. Are you building something for work or is it a personal project? If you want to communicate privately, I can be reached at [email protected].

@KnifeEdge
Copy link
Author

I can‘t run your RICOH THETA Plug-in SDK, and there are some trouble:

  1. I can't find the library (com.theta360.pluginlibrary)
  2. I need some help for run this sample
  3. I need some c# sample for RICOH THETA V.

@codetricity
Copy link
Contributor

codetricity commented Jun 3, 2021

The com.theta360.pluginlibrary should be installed with Gradle. Are you using Android Studio?

implementation 'com.theta360:pluginlibrary:2.1.0'

If you have the USB cable plugged into a Raspberry Pi or Jetson Nano, you can power cycle the USB ports to turn on the THETA V from a power off state. If you are trying to turn on the camera when it is connected to a Windows machine, I'm not sure how to do it programmatically. If you can physically unplug the USB cable from Windows and plug it back in, the camera will likely boot.

If you are referring to a C# example that runs on Windows and talks to the THETA V over a USB cable, try this: https://github.com/kon0524/WpdMtp

Test of plug-in SDK with newest version of Android Studio on Windows 10

image

Build succeeded with newest version of AndroidStudio.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants