# Using multiple Kinect cameras

Microsoft Kinect cameras have always had an inbuilt limitation: it's only possible to attach a single Kinect camera to Windows at one time.

When we developed Velogic Studio 4 (released early 2024), one of the major enhancements was the ability to use multiple Femto Mega cameras simultaneously, for full bilateral capture.

Although simultaneous bilateral capture isn't possible with the Microsoft Kinect camera (due to the Windows limitation), it is now possible to use multiple Kinect cameras to capture both sides of a rider, without needing to rotate the rider.

It's not simultaneous, but it's still a better workflow than physically rotating the rider on the platform. Here's how it works:

## Setup Process

1. **Enable Multiple Camera Mode** In Step 1 of Velogic Studio, look for this option at the bottom of the Kinect configuration section:\
   ![Multiple camera mode toggle option at bottom of Kinect configuration section](/files/DnA8ZOsibcFD4ycKq6oA)
2. **Configure First Camera** By default, that option will be off, but when you turn it on, you will see some differences in the configuration panel:\
   ![Kinect configuration panel showing camera naming and remove button with multiple camera mode enabled](/files/596sXrwhKFimpVnRTIoB)
   * The Kinect camera now has a unique "name". This is initially set to the unique internal serial number from the camera, but you can click "Rename" to rename it to something more appropriate, e.g. "Right" or "Left"
   * There's a "Remove" button, which you can use to remove this camera.
3. **Add Second Camera** If you now unplug that Kinect camera, and plug in a different camera, you'll see two configuration panels, one for each camera:\
   ![Two Kinect camera configuration panels displayed after second camera is connected](/files/bwXu0AvjxOzhXPs2UZRt)
4. **Rename the Second Camera** You should rename the second camera too for easier identification.

## Capture Workflow

Now that Velogic Studio knows about both cameras, you can complete a capture with each camera, and Velogic Studio will give the captured videos different names, according to the names of the cameras.

## Merging Captures

When you have completed two captures, e.g. one with the left and one with the right camera, you can mouse-over the thumbnail of the second capture, and click the "Actions" button:\
![Capture thumbnail with Actions button visible when hovering over second capture](/files/d1OiBwl5a4M5yg2LAxga)

... and then choose "Merge with previous" from the dropdown options:\
![Actions dropdown menu showing Merge with previous option for combining captures](/files/lj0Dg7yqKVNazQemPfGt)

Velogic Studio will merge together the 2 captures, and you'll then have a single capture with both Right and Left videos and metrics.


---

# 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/section-02-using-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.
