# 使用多个 Kinect 摄像头

Microsoft Kinect 摄像头一直有一个内置限制：一次只能在 Windows 上连接一个 Kinect 摄像头。

当我们开发 Velogic Studio 4（于 2024 年初发布）时，其中一项主要改进是能够同时使用多个 Femto Mega 摄像头，以实现完整的双面捕捉。

尽管由于 Windows 的限制，Microsoft Kinect 摄像头无法实现同时双面捕捉，但现在可以使用多个 Kinect 摄像头来捕捉骑手的两侧，而无需旋转骑手。

这并非同时进行，但仍比在平台上物理旋转骑手的工作流程更好。其工作方式如下：

## 设置流程

1. **启用多摄像头模式** 在 Velogic Studio 的第 1 步中，在 Kinect 配置部分的底部查找此选项：\
   ![Multiple camera mode toggle option at bottom of Kinect configuration section](/files/5abb9d4271e77bb7c917abe2d272f415dcf62ef2)
2. **配置第一个摄像头** 默认情况下，该选项处于关闭状态，但当您将其打开时，您将在配置面板中看到一些差异：\
   ![Kinect configuration panel showing camera naming and remove button with multiple camera mode enabled](/files/20c249502bfc12a2282732227f99503b6fbfa141)
   * Kinect 摄像头现在有一个唯一的“名称”。最初设置为摄像头的内部唯一序列号，但您可以单击“重命名”将其改为更合适的名称，例如“右侧”或“左侧”。
   * 有一个“移除”按钮，您可以使用它来移除此摄像头。
3. **添加第二个摄像头** 如果您现在拔下该 Kinect 摄像头并插入另一台摄像头，您将看到两个配置面板，每个摄像头一个：\
   ![Two Kinect camera configuration panels displayed after second camera is connected](/files/308cf38f0a95f20cae2a95322d8de93dfbb3e75a)
4. **重命名第二个摄像头** 您也应该重命名第二个摄像头以便于识别。

## 捕捉工作流程

现在 Velogic Studio 已识别两个摄像头，您可以用每个摄像头分别完成一次捕捉，Velogic Studio 将根据摄像头的名称为捕获的视频命名不同的名称。

## 合并捕获

当您完成两个捕捉（例如用左侧摄像头和右侧摄像头各一次）后，您可以将鼠标移到第二个捕捉的缩略图上，然后单击“操作”按钮：\
![Capture thumbnail with Actions button visible when hovering over second capture](/files/dea70b585552c7ff75ad4f769f9621c382622265)

… 然后从下拉选项中选择“与上一个合并”：\
![Actions dropdown menu showing Merge with previous option for combining captures](/files/6bde1808e4351c0c862593466fd1f4ebc2eebdb7)

Velogic Studio 将合并这两次捕捉，然后您将得到一个包含右侧和左侧视频及度量的单一捕捉。


---

# 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://docs.velogicfit.com/zh/di-02-jie-shi-yong-velogic-studio/multiple-kinect-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.
