# Example 2 Cameras

![](/files/-MQlirSjPNDGHnDW8it8)

The Example for Cameras shows three planes that are added to the WebCam Actions as Target Objects and on an Overlay Canvas are three buttons. Each button has three Actions:

1. Stop WebCam - Stops any previous Cameras as only one Mobile Camera can be use at a time.
2. Start  WebCam - Starts either the Front or Rear mobile Camera, or a Desktop WebCam
3. Show Webcam on Plane - Adds the live images to the Game Object.

![](/files/-MQlkC5QZbQswKQzP79k)

Note: If running on a Desktop, all cameras will default to an attached WebCam. If on a Mobile. the Webcam Option will use the Front facing Camera.&#x20;


---

# 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://profpivec.gitbook.io/documentation-and-tutorials/game-creator/mobile-components-for-game-creator/examples/example-2-cameras.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.
