# Camera input

If the device has a camera the user will be able to take a picture with the camera input. If the camera input runs in a device without a camera the user will be able to choose a picture file on the device.

* **Target Variable**\
  The name of the new variable in which the data is stored.
* **Prompt**\
  The label to be displayed above the camera input.
* **Condition To Hide**

  Add the condition that must be met for the control to be hidden. If left empty, the control will be visible in the user step. Note that when controls are hidden, empty variables will be created, unless default values or pre-defined data exist.
* **Reloading behavior**

  The control behavior at reloading, see [User step reloading](https://help.novacuraflow.com/development/flow-studio/applications/workflow/user-step/..#user-step-reloading).&#x20;

### Image editor <a href="#image-editor" id="image-editor"></a>

It is possible to edit images in the camera input control. Click (Web) / Long click (Android and iOS) on the image to open the image editor. In the image editor, the user can do actions such as crop, rotate, flip and insert annotations such as rectangle, ellipse, line, arrow, path, and text.

Save and go back to the User step to continue executing the Application.

<div align="left"><figure><img src="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FrR52vxGfrTUXMX5JJ8tK%2Fimage.png?alt=media&#x26;token=3f3d2f16-9f9d-4acd-aa8c-3c42f7256aa6" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.novacuraflow.com/development/flow-studio/applications/workflow/user-step/camera-input.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.
