Start Plugin On Boot

Hi,
I an writing plugin for THETA Z1 and I want to run my plugin on boot. Documentation says that for THETA Z1 or later this will not work. Is there other way ?

1 Like

If you’re trying to start the plug-in when the camera “boots” (when you turn on the camera with the power button), I don’t think there’s a way to do this.

You can start the plug-in by either:

  • your user presses physical button on camera (long-press mode button)

OR

  • your mobile app can start the plug-in with the Wi-Fi API

the API also allows you to select the plug-in that is started. You can have multiple plug-ins saved on the camera and then specify which plug-in starts when the mode button (physical button) is pressed or which one to start with the Wi-Fi API.

2 Likes