> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/deltaquad-pro-view/changing-camera-settings.md).

# Changing camera settings

## Introduction

The Nighthawk2 camera gimbal is controlled by a dedicated board computer called the TRIP. The TRIP board computer controls most features of the camera gimbal system.

## Logging in to the configuration website

To change the settings of your camera system, connect to your UAV with the DeltaQuad Controller. On the DeltaQuad Controller open the Firefox browser app, and navigate to <http://192.168.144.201>. This will open the login page to the TRIP camera board computer. The default username is 'admin' and the password is 'microcam'. You may change this as required.

{% hint style="warning" %}
*NOTE: Changing settings other than those described in this manual can cause damage to your camera system.*
{% endhint %}

## Roll Derotation

The camera is capable of keeping the video stream aligned with the horizon when the vehicle is banking. This is called Roll Derotation.

When roll derotation is active the video image displayed on the controller will rotate in such a way that the image remains level. The trade-off is that the video can show black corners when the vehicle is banking.

<figure><img src="/files/8GCjSeaxw3WPGrbsEm7I" alt=""><figcaption></figcaption></figure>

To enable or disable Roll Derotation select "Channel settings" and change the value of the checkbox next to "Enable Roll Derotation". After changing the values click on "UPDATE" at the bottom of the screen.

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

## On Screen Display

The video feed contains an On Screen Display (OSD). This means that the video feed receives an overlay with telemetry and status information. The OSD overlay is visible in the video stream on the controller and on the onboard recorded video.

To change the settings of the OSD select "OSD Settings" and select the options you wish to display. The OSD coordinate system can be changed from WGS84 LAT/LON to the military standard MGRS system.

<figure><img src="/files/j5mDLNXz5LSFa5bu8lEa" alt=""><figcaption></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://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/deltaquad-pro-view/changing-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.
