# Direct Commands

The SceneController module supports the following direct commands:

* **CallLightingController**: Commands the lighting controller with a custom command.
* **DeleteFolders**: Deletes a folder and all subfolders recursively on the file system.
* **GetImageToBlob**: Acquire an image from the attached camera, and storing the image blob storage.
* **GetImageToFile**: Acquire an image from the attached camera, and storing the image in the host file system.
* **GetLastSequence**: Rtrieves the results of the last sequence performed.
* **GetSequences**: Gets the current active Sequence Configuration.
* **SetLightingControllerIp**: Commands the lighting controller to use a new IP address.
* **SetScene**: Commands the lighting controller to set a predefined scene.
* **SetSequences**: Sets a new sequence configuration.
* **StartSequence**: Starts a vision sequence.
* **UploadFolder**: Triggers an upload of files and subfolders recursively from a given folder on the host OS system.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/scenecontrollermodule/direct-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
