# Power

Your camera and flight computer should have power sources that meet the specs provided by the manufacturers.&#x20;

Cyclops requires a data connection between the camera and the flight computer. If you are using a **digital video camera** powered via USB-C or a similar cable, one cable can typically handle both the power and data connections.

If you are using an **analog video camera** (i.e. Runcam or other common FPV cameras), you will need an **analog to digital converter**. These modules are usually powered via USB and have low voltage limitations. If your camera requires a higher voltage power source, be prepared to power it separately.

{% hint style="success" %}
Camera and flight computer have adequate power sources.
{% endhint %}

{% hint style="warning" %}
Ensure your power supply has adequate current.\
Powering multiple devices (e.g. camera, external SSD) off of USB will draw significant current.
{% endhint %}

{% hint style="danger" %}
Current draw will increase while device is under load.
{% endhint %}


---

# 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.theseus.us/cyclops/vehicle-integration/power.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.
