> For the complete documentation index, see [llms.txt](https://university.elumicate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.elumicate.com/user-experience/adding-a-camera.md).

# Adding a Camera

Whether you have a professional security camera, a webcam, or even a retired tablet or smartphone with an onboard camera, you can contribute to the network and be a part of our data-driven mission.

By opening up the network to various camera sources, we aim to maximize participation and ensure that users can leverage their existing camera setups without the need for significant hardware investments or complicated configurations. It's all about making it convenient and accessible for everyone to contribute to the Elumicate Network.

**Looking to convert your mobile device into a network camera?** - [Mobile Device Camera](/user-experience/adding-a-camera/mobile-device-camera.md)

**Have an existing webcam, security, or IP Camera you want to onboard?** - [3rd Party Cameras](/user-experience/adding-a-camera/3rd-party-cameras.md)

**Looking to get started quickly with a new IP Camera?** - [Tested Cameras](/user-experience/adding-a-camera/3rd-party-cameras/tested-cameras.md)

**Join us today and become an active contributor to our growing network. Together, we can harness the power of data and drive meaningful change in our world.**


---

# 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://university.elumicate.com/user-experience/adding-a-camera.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.
