# Mobile Phones

You can also use your **iPhone** or **Android** phone to capture gyroscope data.

### Apple iPhone

* [Sensor Logger](https://apps.apple.com/us/app/sensor-logger/id1531582925)
* [G-Field Recorder](https://apps.apple.com/at/app/g-field-recorder/id1154585693)
* [Gyro](https://apps.apple.com/us/app/gyro-record-device-motion-data/id1161532981)

### Android

* [Sensor Logger](https://play.google.com/store/apps/details?id=com.kelvin.sensorapp\&hl=de_AT\&gl=US)
* [Sensor Record](https://play.google.com/store/apps/details?id=de.martingolpashin.sensor_record)
* [Open Camera Sensors](https://github.com/MobileRoboticsSkoltech/OpenCamera-Sensors)
* [MotionCam Pro](https://play.google.com/store/apps/details?id=com.motioncam.pro)
* [Film it](https://play.google.com/store/apps/details?id=com.software.illusions.unlimited.filmit\&hl=en_US)

### Using as a camera

If you're filming on your phone, it's best to use the app that records video and gyro (GyroCam or MotionCam) at the same time, it will be easier to synchronize.

If your phone has OIS (Optical image Stabilization) and it's not possible to disable it - it will interfere with stabilization results.

Gyroflow will not work if you had any internal stabilization enabled on your phone.

### Using as external gyro logger

If you want to record gyro data for use with an external camera, you'll have to figure out the [**🔀 IMU Orientation**](https://docs.gyroflow.xyz/app/advanced-usage/imu-orientation-and-rotation), depending on the way you mounted the phone.


---

# 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.gyroflow.xyz/app/getting-started/supported-cameras/mobile-phones.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.
