> For the complete documentation index, see [llms.txt](https://www.projectpanoptes.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.projectpanoptes.org/build/hardware/camera-box.md).

# Camera Box

A protective box holds two DSLR cameras used to image the night sky and their supporting electronics. The cameras are entry-level Canon DSLRs with Rokinon 85mm f/1.4 lenses. This provides a large field of view: 15 degrees x 10 degrees; as a result, a typical image of the night sky can contain 10,000 stars.&#x20;

Note that the use of two cameras is not related to binocular vision. It provides us with more images to process, but at a lower cost than one camera with a larger lens with twice the light gathering of the two smaller lenses.

The box has two holes to expose the lenses for imaging, which are the “eyes” of the unit. When not in use, the equatorial mount rotates the box so that the eyes are looking down at the ground to help keep it dry and safe.

## Camera Box Parts

### Electronics

{% tabs %}
{% tab title="Electronics - Introduction" %}
{% embed url="<https://youtu.be/9a8i9c7ysEo>" %}
{% endtab %}

{% tab title="Electronics - Parts" %}
![](/files/j1JBsBQM1G03wT8oii5R)
{% endtab %}

{% tab title="Electronics - Labeled" %}
![](/files/VaEETjrOUIpbLmZj5lLl)
{% endtab %}
{% endtabs %}

### Hardware

{% tabs %}
{% tab title="Hardware - Introduction" %}
{% embed url="<https://youtu.be/O3J4TAEN3zw>" %}
{% endtab %}

{% tab title="Hardware - Parts" %}
![](/files/-MUCM_joX0Lrs816AxU9)
{% endtab %}

{% tab title="Hardware - Labeled" %}
![](/files/-MUCMh45nxsUIkQDFV4K)
{% endtab %}
{% endtabs %}


---

# 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://www.projectpanoptes.org/build/hardware/camera-box.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.
