camera._setPluginOrders

Overview

Sets the plugins for plugin mode.

Support model

Z1 V SC S
All

Parameters

Name Type Description
pluginOrders String Array Array of three package names for the start-up plug-in.
When not specifying, set an empty string. If an empty string is placed mid-way, it will be moved to the front.
Specifying zero package name will result in an error.

Results

None.

Example

Parameters

In the case when 1: “com.theta360.usbstorage”, 2: “com.theta.remoteplayback”, 3: disabled

{
    "pluginOrders": [
        "com.theta360.usbstorage",
        "com.theta.remoteplayback",
        ""
    ]
}