# 8.6 Camera Settings

The Real-Time Streaming Protocol (RTSP) serves as the conduit for transmitting unprocessed video and audio streams from IP cameras, networked DVRs, or NVRs.

To access the camera settings, follow these steps:

1. Navigate to the "**Settings**" menu.
2. Then, tap on "**Camera Settings**." The user will be presented with the following screen:

<figure><img src="/files/TyzzUslhOfp5miqXis8l" alt=""><figcaption><p>Camera settings</p></figcaption></figure>

3. **Video Recording**: Enable video recording locally using the toggle button on the settings screen.

* This will record and store the video locally on your device.
* This feature is particularly useful when internet speed is low or unavailable, allowing you to sync the recorded video once a high-speed internet connection is available.

4. **Video Streaming Device:**  Choose a streaming device from the dropdown menu and proceed.

If the user selects "**Mk15**," the following screen will appear on the user’s display.

<figure><img src="/files/oOpxUfNjqkICl8wVMsan" alt=""><figcaption><p>Video stream URL for MK15</p></figcaption></figure>

Configure the RTSP URL, Live Streaming Resolution, frame rate, and Decoder according to user needs. Afterward, click the "**Save**" button to save the settings.

Upon finishing the camera settings, the user can initiate live video streaming on FlyView by simply clicking on the "**Live Stream**" icon, as depicted in the following figure.

<figure><img src="/files/H4OqG5UEAdqOKSYkXzKF" alt=""><figcaption><p>Camera live stream</p></figcaption></figure>

To start live streaming:

1. **Start Live Stream**&#x20;
   * Tap the **Live Start** <img src="/files/CbSUHxKwGicKJ3vnHaJt" alt="" data-size="original"> button located at the top right of the Fly View screen to begin streaming.
2. **Switch to Full-Screen Mode**&#x20;
   * For a full-screen view of the live video, tap the **Full Screen** <img src="/files/HSnFrGRKsMTiVU5w2kGk" alt="" data-size="original"> option within the live stream widget.&#x20;

The screen will appear as shown in the figure below.

<figure><img src="/files/sHOggxoHGDiddCp91yPI" alt=""><figcaption><p>Live stream full-screen</p></figcaption></figure>

To stop the live stream, exit full-screen mode, and then click on the "**Cancel**" option within the live stream widget.

To capture an image during flight using the drone’s camera:

1. **Tap the Capture Button**  <img src="/files/DSxdwplGfxqsgkAIfT4i" alt="" data-size="line">:&#x20;
   * While the drone is in flight, tap the **Capture** button to take a photo.
2. **Image Storage** :&#x20;
   * The captured image will be saved directly to the camera's memory.

> 📝 **Note: Live Stream Activation During Flight**\
> 🚁 Upon tapping the **Arm/Flight** <img src="/files/YiYudwwwJnlPxneslzbH" alt="" data-size="line"> button in AeroGCS GREEN, the **live stream** feature is automatically enabled and stays active until the drone is disarmed. During this time, the **"Live Stream** <img src="/files/SuGg7G0ibE6UGdovdfWY" alt="" data-size="line">**"** button on the Flyview screen will be **inactive** 🔒 to ensure continuous streaming of real-time data and imagery. This feature provides seamless **monitoring** and **decision-making** throughout the flight mission.


---

# 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://aerogcs-green-docs.aeromegh.com/8.-rpa-settings/8.6-camera-settings.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.
