# Advanced Camera Controls

## Advanced Camera Controls

With Advanced Camera Controls <img src="https://lh7-us.googleusercontent.com/V2xJYLE_YwrY6UKniCpt_PigSmO2SzSvLEvg5hbedjR1Y2SpsZ9Smyd1ZxaT1vWFYYsctWLzMrN6o1nEpOp6pclkyTy4Kkc9iPnnsYhlw0lwflaPy_5xOUGbTQlki49NQz0DKaBlAxKP8F7u7ZwaIj8" alt="" data-size="line"> you can gain full control over your smartphone camera parameters and seamlessly mirroring them in Unreal Engine.

The Advanced Camera Controls are available for the iPhone and for the Android in [Untracked Mode](/cameratwin/documentation/mobile-applications/advanced-camera-controls/android-untracked-mode.md).

<figure><img src="/files/6MqtVSYnwMLzNxwPIAfB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hOB3apejYF13XeWjt84u" alt=""><figcaption></figcaption></figure>

### Camera Control Pairs

Advanced Camera Controls are divided in pairs:

* Focus and Digital Zoom <img src="https://lh7-us.googleusercontent.com/yHl4lid4p84BRRWLGP_Pn2frNH1gCYFLrwZaOQhdndEg94fBLpWQGe6Gl54LPCqjgQuWZZrLEW5QUBH4iKf16tQ8jFeHOOGACjnYkNAdFZDEawh89aLabpAJ2oPrnIBMrftu8Y6e6G6QSaKYv38Umsk" alt="" data-size="line">
* Shutter Speed (Exposure Time) and ISO <img src="https://lh7-us.googleusercontent.com/kWj-s--Dhbjff4vpvL9Z41wNu42Sf0q8Pb4Ws5twVqwmWzCk0Zph8pZTuDJAebgPAYUd5AQ6O3LYcOv_uY_59ikMqYltB_9elW4C_nJorPCIlU-YTE9APxYOyAjMWidCKH_F5K5n_-txAne_talYBC8" alt="" data-size="line">
* White Balance and Tint <img src="https://lh7-us.googleusercontent.com/liwnI8o6WFeevQ9y2kVi-DdCvfN-2T92okVv475VRZxGKm3IW3Y8O9uTSsFigKqA6krsXzV3qLEi7rOXSF6sZZPESn95e4Jszekbb_qqDUwfqMUZlAaEbYOfaGrQHT7CmqOwKY-NKM_7rxPpMyHiyQo" alt="" data-size="line">

### Camera Control Modes

Each Pair has 4 modes of operation:

* <img src="/files/oiEeEpVeJYZxaJ3RZZC8" alt="" data-size="line"> - **Auto** : The phone adjust automatically the values according to the environment lighting and objects of focus.
* <img src="/files/oUeJ21nrOysIuHIPl8Nn" alt="" data-size="line"> - **Locked** : The phone is locked to the last value of the parameter just before the toggle was locked.
* <img src="/files/itSctouJcCCldfq51nAO" alt="" data-size="line"> - **Manual** : the phone shows rotary sliders in order for the user to manually adjust the values of the parameters.
* <img src="/files/vsg0jdcwrN47Ajd1lvCa" alt="" data-size="line"> - **Remote** : The phone applies the values that it receives from the Unreal Engine.

{% hint style="warning" %}
The **Digital Camera Zoom** is the only parameters which doesn't follow all the modes of operations and is a special case that is manually adjustable in all modes except in the <img src="/files/vsg0jdcwrN47Ajd1lvCa" alt="" data-size="line">Remote mode where it is controlled by the Unreal Engine.
{% endhint %}

## Examples

Manual Focus and Zoom example usage

{% embed url="<https://www.youtube.com/watch?v=wZyebezOJ78>" %}

Manual Shutter Speed and ISO example usage

{% embed url="<https://www.youtube.com/watch?v=oWeS_UqSmK4>" %}

Manual White Balance and Tint example usage

{% embed url="<https://www.youtube.com/watch?v=4o38UOtrcC0>" %}


---

# 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.realtwin.org/cameratwin/documentation/mobile-applications/advanced-camera-controls.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.
