> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/features/camera/setting-camera-focus.md).

# Setting Camera Focus

The PRISM mobile app provide the ability to set the focus manually or automatically through the Camera Pro menu, which can be accessed by clicking the round More button in the upper left corner of the app screen.

But you can easily switch between Auto Focus and Manual Focus without entering the Camera Pro menu, by **Focus Mode** setting function in the More menu list.

<figure><img src="/files/uvR4wx7NlP7mKBDvdidw" alt=""><figcaption><p><strong>Focus Mode</strong> setting function in the More menu list</p></figcaption></figure>

The page below provides a simpler way to change focus without accessing the More menu.

***

## Default focus mode <a href="#b294" id="b294"></a>

If you do not touch the screen after launching the PRISM mobile app, the PRISM app is in Auto Focus mode. The camera automatically focuses on the preview image provided through the lens.

***

## Focus changes when screen tap <a href="#id-9ac7" id="id-9ac7"></a>

The way focus changes when you tap the screen depends on the current focus mode.

**case 1: Screen tap in Auto Focus mode**\
If you tap the app screen in Auto Focus mode, the app automatically focuses once and stays in Auto Focus mode. At this point, a white focus indicator with a picture of an open lock (meaning Auto Focus mode) is shown where you have touched it.

​

**case 2: Screen tap in Manual Focus mode**\
If you tap the app screen in Manual Focus mode, the app focuses once around the touched location and stays in Manual Focus mode. At this point, a yellow focus indicator with a picture of an closed lock (meaning Manual Focus mode) is shown you have touched it.

<figure><img src="/files/0VH34oFSY0OW4AN4NpTW" alt=""><figcaption><p>Auto focus mode (left) / Manual focus mode (right)</p></figcaption></figure>

***

## Focus changes when long press

The way focus changes when you long press the screen also depends on the current focus mode.

**case 1: Long press in Auto Focus mode**\
If you long press the screen while in Auto Focus mode, the focus indicator turns white with an animation of the lock closing, and it switches to Manual Focus mode.

**case 2: Long press in Manual Focus mode**\
And if you long press the screen while in Manual Focus mode, the focus indicator turns yellow with an animation of the lock opening, and it switches to Auto Focus mode.

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Features](/mobile/guides/features.md), [Camera](/mobile/guides/features/camera.md)


---

# 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://guide.prismlive.com/mobile/guides/features/camera/setting-camera-focus.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.
