> 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/lens/guides/error-solution/prism-mobile-connection/resolving-prism-mobile-connection-issue.md).

# Resolving PRISM Mobile Connection Issue

Some users may see a popup message indicating connection failure while connecting the mobile camera to PRISM Lens via the PRISM Mobile app.

<figure><img src="/files/WNfavONVdpyvphSYSOzA" alt="" width="284"><figcaption><p>Error message displayed when connection fails.</p></figcaption></figure>

If this issue occurs, please try the following solutions:

* Make sure your desktop and smartphone are connected to the same Wi-Fi network.
* On iOS, check if local network access is allowed for the PRISM Mobile app.
* Ensure that your Windows username and installation path do not contain special characters or excessively long folder names.

If you don't have the above cases, you need to check your PRISM Lens firewall settings as described below.

{% stepper %}
{% step %}
**Close both the PRISM Lens app and the mobile app.**
{% endstep %}

{% step %}
**Open Control Panel.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*R4jqRkdz4pPp2NxVIoJnUw.png" alt=""><figcaption><p>Open Control Panel.</p></figcaption></figure>

{% endstep %}

{% step %}
**Search ‘Windows Defender’ in the search bar.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*QdbnSSZWaRttxROdNRhgPQ.png" alt=""><figcaption><p>Search for <strong>'Windows Defender'</strong> in the Control Panel.</p></figcaption></figure>

{% endstep %}

{% step %}
**Select ‘Allow an app or feature through Windows Defender Firewall’.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*ZYcp_UAYoCoisGaMq-BFPQ.png" alt=""><figcaption><p>Select <strong>‘Allow an app or feature through Windows Defender Firewall’.</strong></p></figcaption></figure>

{% endstep %}

{% step %}
**Click the ‘Change settings’ button.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*5K8KZmhXsXXyxrOBROsLaA.png" alt=""><figcaption><p>Click <strong>'Change Settings'.</strong></p></figcaption></figure>

{% endstep %}

{% step %}
**Scroll to see the PRISM Lens-related items and check both Private and Public options.** \
Check the **Private** and **Public** options of **'prismlens.exe'** and **'prismlenscore.exe'**, and then click the OK button.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*hMylhGpk2JwdlV7ykqw3MA.png" alt=""><figcaption><p>Check <strong>Private</strong> and <strong>Public</strong> for <strong>'prismlens.exe'</strong> and <strong>'prismlenscore.exe'.</strong></p></figcaption></figure>

{% endstep %}

{% step %}
**Restart the PRISM Lens app.**&#x20;

Scan the QR code in the mobile app again and check whether it connects successfully.
{% endstep %}
{% endstepper %}

[LENS](/lens/overview.md), [Guides](/lens/guides.md), [Error Solution](/mobile/guides/error-solution.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, and the optional `goal` query parameter:

```
GET https://guide.prismlive.com/lens/guides/error-solution/prism-mobile-connection/resolving-prism-mobile-connection-issue.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.
