> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/customization-guide/experience-designer/capture/camera-settings.md).

# Camera Settings

Select which camera your booth will use. While the iPad’s built-in cameras are the most common choice, you can also integrate a DSLR for enhanced photo quality.

***

#### Camera Choices

Choose the camera hardware that best fits your event's goals and physical setup.

{% tabs %}
{% tab title="iPad Camera" %}
Using the iPad's built-in cameras is the simplest setup and provides a reliable experience for guests.

* **Front Camera (Recommended):** Most setups use the front-facing (selfie) camera so guests can see themselves in the live preview and interact with the screen naturally.
* **Rear Camera:** The rear camera can be used for specialty setups where the iPad is not guest-facing or if you have a staff member operating the booth.
* **Field of View:**
  * **Normal:** The standard focal length for iPad photos.
  * **Wide:** Provides a larger field of view to capture more of the background or larger groups. \
    \&#xNAN;*Note: This is only supported on certain iPad models.*

{% hint style="info" %}
Other [camera settings](/running-your-event/preparing-for-events/camera-and-screen-settings.md), such as exposure and white balance, can be adjusted in the app after you launch the booth.
{% endhint %}
{% endtab %}

{% tab title="DSLR Camera" %}
You can integrate a DSLR camera to achieve professional, high-quality photos with shallow depth of field or better low-light performance.

* **Compatibility:** This feature is supported on select Canon DSLR models.
* **Requirements:** Using a DSLR requires additional equipment, including specific cables and mounting hardware.
  {% endtab %}
  {% endtabs %}

***

#### iPad Camera Setup

While you can adjust camera settings in your [**online dashboard**](https://app.simplebooth.com/presets), we strongly recommend testing these settings on the iPad physically during your event setup to ensure the alignment and field of view match your backdrop.

1. Open the **Camera** settings card.&#x20;
2. Toggle between the **Front** and **Rear** camera.
3. Select between **Normal** and **Wide** field of view (if supported by your device).

***

#### DSLR Setup

To ensure a stable connection, the DSLR must be configured directly on the iPad. This allows the app to establish a handshake with the camera hardware properly.&#x20;

Find detailed, step-by-step connection instructions in our [**DSLR Guide**](/hardware-and-gear/dslr/equipment-and-settings.md).

***

{% hint style="success" %}

## **Plan availability**

**iPad Camera**

✅ All Plans&#x20;

**DSLR Integration**

✅ Core, Plus, Pro, Select

:x: Lite
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplebooth.com/customization-guide/experience-designer/capture/camera-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
