> For the complete documentation index, see [llms.txt](https://manual.fotokite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.fotokite.com/fotokite-live-walkthrough/control-the-camera.md).

# Control the Camera

With the following features, you can achieve precise camera movements, adjust the zoom level, and center the camera on any point of interest.

## Joystick

To achieve precise camera movements in any direction, utilize the joystick located on the left-hand side of the screen. To initiate movement, simply drag and hold the joystick in the desired direction. Release the joystick to bring the camera to a halt.

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

## Heading Slider

In flight you can use the **Heading Slider** to quickly rotate the kite to the desired heading. Press and hold the slider and gently drag it in the desired direction. The kite starts the rotation. For a faster rotation, pull the slider further to the left or right. If you want to stop the rotation, simply release the slider.

<figure><img src="/files/5O4K1FtfX1CFV4ojfXkc" alt=""><figcaption><p>Heading Slider</p></figcaption></figure>

<figure><img src="/files/BIZWnRxY2h7gZMY1DNF8" alt=""><figcaption><p>Heading Slider</p></figcaption></figure>

## Double-tap

To center the camera on a specific location, simply double-tap on the desired point of interest on the screen. This will prompt the Flight Unit to automatically adjust the camera's position accordingly.

<figure><img src="/files/7bBYCWT7EUVTmfI5WPHz" alt=""><figcaption></figcaption></figure>

## Zoom Control

Utilize the **Zoom Control Interface** located on the right-hand side of the screen for precise zoom adjustments of the Color-Video Feed. To increase or decrease the zoom level, press and hold the zoom slider and drag it gently upwards or downwards. Alternatively, you can utilize the + and - buttons to switch between predefined zoom levels. The Color-Video's zoom can also be adjusted by pinching with two fingers.

<figure><img src="/files/hHj1JlxJlvHtTsxm0jQG" alt=""><figcaption><p>Zoom Control</p></figcaption></figure>

<figure><img src="/files/4pfkBxOyhTqvdXk4xDAZ" alt=""><figcaption><p>Zoom Control</p></figcaption></figure>


---

# 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://manual.fotokite.com/fotokite-live-walkthrough/control-the-camera.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.
