# 苹果电脑无法找到 Camin 摄像头

安装 Camin 开映软件之后，如果你发现在腾讯会议、直播伴侣等视频软件中无法找到 “Camin virtual camera” 这个选项。你可以尝试按照以下方法处理。

### 安装方法

系统版本在 macOS 14 以下的正常安装软件即可使用。 macOS 14 和 macOS 15 系统版本上安装时需要特别获取系统的授权。请根据自己电脑的系统版本找到对应的方法按步骤操作即可。

#### macOS 14.0

1. 安装并打开软件，此时会有系统提示 “系统拓展已被阻止” 弹窗。在此弹窗上点击“打开系统设置”

{% hint style="info" %}
你也可以通过点击 apple 图标-系统设置-隐私与安全性-安全性找到
{% endhint %}

<figure><img src="/files/zInaicb27bnEAHWdr3gR" alt=""><figcaption></figcaption></figure>

2. 在打开的窗口上，点击允许即可。

<figure><img src="/files/6LKXN0RDhmJjp8Ijirhj" alt=""><figcaption></figcaption></figure>

#### macOS 15.0&#x20;

1. 安装并打开软件，此时会有系统提示 “CamIn 想使用新相机扩展” 弹窗。在此弹窗上点击“打开系统设置”

{% hint style="info" %}
如果首次提示时点击了“好”，你也可以通过点击 apple 图标-系统设置-通用-登录项与扩展-相机扩展找到
{% endhint %}

<figure><img src="/files/vrrZk4a4q8PE6I3lJeKe" alt=""><figcaption></figcaption></figure>

2. 在打开的窗口上，将 CamIn 的开关打开即可。

<figure><img src="/files/JlFQlGDqTefzyrNiibkN" alt=""><figcaption></figcaption></figure>

### 卸载方法

首先，确定自己的 macOS 版本。在左上角点击 apple 图标-关于本机即可找到。然后通过下面的方法按步骤操作即可卸载。

#### &#x20;系统版本 14.0 以下

1. 打开终端
2. 在终端中输入以下命令，敲回车执行即可。

```
sudo rm -rf  /Library/CoreMediaIO/Plug-Ins/DAL/classincam-mac-module.plugin
```

#### 系统版本在 14.0 或以上

1. 进入 Recovery 模式（系统恢复模式），将 System Integrity Protection 设置为 disable，具体操作步骤见以下 abc 3步：
   1. 重新启动电脑，配备苹果芯片的电脑长按开机键（Intel 芯片的按住 CMD+R ）直到屏幕上出现苹果图标和进度条，进入 Recovery 模式
   2. 在界面上方的工具栏中找到实用工具-终端，打开终端并输入 csrutil disable
   3. 关闭终端工具，重新启动
2. 重新启动后，打开终端工具输入 systemextensionsctl developer on 并执行
3. 然后继续输入 systemextensionsctl list 并执行，查看虚拟摄像头的详细信息
4. 继续输入 systemextensionsctl uninstall \<teamid> \<bundleid> 并执行
   1. 请注意：teamid 和 bundleid 在第三步的输出中可以看到
   2. 输入时不需要带<>
5. 卸载成功后会有 success 的提示，此时关闭终端工具然后重启电脑即可。

   <figure><img src="/files/IQ7uOr9VfwI0fn8Ue9s1" alt=""><figcaption></figcaption></figure>


---

# 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://help.camin.cn/faq/camin-camera-installation-instructions.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.
