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

# Camera Box

The Camera Enclosure is carried by an Equatorial Mount. This protective box holds the DSLR cameras used to image the night sky, and their supporting electronics dry, though only when in the parked position. There are two great big holes in the side for the lenses, so parking the mount rotates the enclosure so that those holes are on the bottom, facing down at the ground.

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 will contain 10s of thousands of stars. 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.

## Camera Box Parts List

{% hint style="info" %}
The parts below are incomplete and only meant to give an idea of the parts involved in building a PANOPTES unit. For a complete and detailed list with website links to recommended parts for online orders, check the following [link](https://docs.google.com/spreadsheets/d/1yQbnmR2NGzQuiPA8FbyyL92i5fjItKYdfbAkp2a0TvI/edit?usp=sharing).
{% endhint %}

### Electronics

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

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

### Hardware

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

{% tab title="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://projectpanoptes.gitbook.io/pocs-user-guide/building/hardware-build/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.
