Get Camera Data

20 September 2015

  • Release 9.14 - added
getcameradata (Commands)
TypeCorrade progressive command
Commandgetcameradata
DescriptionThe getcameradata queries the AgentCamera class for the current Corrade bot.
Permissionsgrooming
Parametersgroup, password, data
Last ChangesRelease 9.14 - added

The getcameradata queries the AgentCamera class for the current Corrade bot. In other words, it can be used to determine where the camera is currently positioned, etc…

Command Required Parameters Required Corrade Permissions Example
getcameradata group, password, data grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the camera position
            "command", "getcameradata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasListToCSV(
                [
                    "Position"
                ]
            ),
            "callback", wasURLEscape(URL)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/getcameradata.txt · Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.