> For the complete documentation index, see [llms.txt](https://docs.cloneable.ai/cloneable-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/ui-components/augmented-reality-camera.md).

# Augmented Reality Camera

### **Functionality**

The Augmented Reality Camera component in the Cloneable platform serves two main functions that enable various augmented reality capabilities. The augmented reality camera has multiple configurations that you can choose from. These configurations determine how the component works.

### Image Capture Configuration

This configuration allows you to use the augmented reality camera like a regular camera. You can capture photos while simultaneously collecting real-world depth data. In addition, you can apply object detection and display bounding boxes on top of the camera view. This helps you visualize and obtain information about the detected objects.

| Inputs                                               | Outputs                                                                      |
| ---------------------------------------------------- | ---------------------------------------------------------------------------- |
| Camera configuration: Choose the image capture mode. | Captured photo: Obtain a photo of the scene.                                 |
|                                                      | Depth data: Retrieve the underlying depth information of the captured scene. |

### Location Marker Configuration

With this configuration, you can input a specific location or define a fixed location marker in the real world. The augmented reality camera will provide visual cues to help you navigate to that location. The marker's size varies based on the distance, appearing smaller when far away and larger when closer. Additionally, a mini-map may display the general direction and distance of the marker at the top of the screen.

| Inputs                                                                  | Outputs                                                                                                           |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Camera configuration: Select the location marker mode.                  | Visual cues: Receive on-screen cues, such as a marker and a mini-map, guiding you towards the specified location. |
| Location information: Input the desired location or set a fixed marker. |                                                                                                                   |

The Augmented Reality Camera component offers these two configurations currently, but additional configurations may be added in the future. These configurations allow users to perform various specialized tasks and explore augmented reality possibilities within the Cloneable platform.


---

# 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:

```
GET https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/ui-components/augmented-reality-camera.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.
