> For the complete documentation index, see [llms.txt](https://docs.gyroflow.xyz/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gyroflow.xyz/app/getting-started/supported-cameras/other.md).

# Other Cameras

## WitMotion

Gyroflow supports motion data recorded with [WT901 ](https://www.wit-motion.com/BLE/52.html)device from WitMotion. While it works, users reported some inaccuracies when recording with faster sample rate, so that device is generally not recommended

## VuzeXR

VuzeXR is a 360° camera, and while stabilizing 360° cameras is not supported, Gyroflow can read gyro data recorded by this camera.

## KanDao

Gyroflow can read gyro data from KanDao Obsidian Pro camera, but similarly to VuzeXR - can't stabilize 360° videos

## CAMM format

Lenovo VR180 camera records gyro data in the [CAMM ](https://developers.google.com/streetview/publish/camm-spec)format, and Gyroflow supports reading that format.

## XTU

Some XTU action cameras record gyro data in .gcsv files and the videos can be stabilized in Gyroflow


---

# 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://docs.gyroflow.xyz/app/getting-started/supported-cameras/other.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.
