# Gremsy Vio

<table><thead><tr><th width="207.796875"></th><th width="334.609375"></th></tr></thead><tbody><tr><td><strong>Description</strong></td><td>Camera gimbal with video streaming</td></tr><tr><td><strong>Compatibility</strong></td><td><p>Astro ✅ </p><p>Alta X Gen2 ✅ </p></td></tr><tr><td><strong>Weight</strong></td><td>1,100g (varies by camera)</td></tr><tr><td><strong>NDAA Compliant</strong></td><td>No</td></tr><tr><td><strong>Offered By</strong></td><td>Gremsy</td></tr></tbody></table>

{% embed url="<https://www.youtube.com/watch?v=qlNFSy5Uq8w>" %}

The Gremsy VIO with the Smart Dovetail adaptor is compatible with the Pixhawk Payload Bus standard and can be integrated to work on Astro.

## Gremsy VIO Configuration

Please refer to the [Gremsy VIO wiki](https://docs.gremsy.com/payloads/vio) on how to configure the following settings:

* [Set the static IP](https://docs.gremsy.com/payloads/vio/hardware-configuration/computers-ip-configuration)
  * VIO Address = 192.168.144.232
  * Netmask = 255.255.255.0
  * Gateway = 192.168.144.20
* [Update the VIO firmware](https://docs.gremsy.com/payloads/general/upgrade-firmware-and-software)

{% hint style="success" %}
Download the [VIO software package 3.1.07](https://drive.google.com/file/d/1vcwQ5kw-nArm4zr_C6ryonUsaV42gMmh/view?usp=sharing)
{% endhint %}

{% hint style="info" %}
The latest supported version with Astro is:

* Vio Payload App v3.1.0.7
* Video Streaming App v3.2.1
* Vio Setting App v2.3.1
* Gimbal Firmware v7.8.6
  {% endhint %}

## Astro Configuration

{% hint style="success" %}
Astro and AMC need to updated to the latest version, at least Astro software version 2.0 or later
{% endhint %}

The following parameters need to be configured for Astro to communicate with the VIO. Click [here](/ecosystem/software/auterion-mission-control/amc-vehicle-setup/parameters.md) to learn to set parameters.

* **MNT\_RATE\_YAW = 0**
  * You will need to check 'force save'
* **MAV\_2\_MODE = Normal**
  * This will allow GPS information to be passed to the VIO, both for the LRF and for geotagging .JPEG images. TIFF images are not geotagged
    * If your aircraft needs to maintain Blue List compliance, do not change MAV\_2\_MODE. The VIO will not receive GPS information
* Reboot Astro

{% hint style="info" %}
If switching back to other Smart Dovetail payloads like the LR1 Payload or Sentera 6X, perform a [parameter reset](/ecosystem/software/auterion-mission-control/amc-vehicle-setup/parameters.md#resetting-parameters-to-factory-defaults).
{% endhint %}

## Connect to Astro

Plug VIO into the Smart Dovetail on Astro and boot up the aircraft. VIO should stabilize after about 15s and the light on the front of the gimbal will turn blue if connected to Astro.

Wait another 30-60s for the VIO video feed to appear in AMC

### Camera Settings

Once connected to the VIO through AMC, the following settings need to be applied in the VIO camera settings menu:

* RC mode = Standard
* Device = Gimbal Device
  * Then set Gimbal Mode = FOLLOW

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

### VIO Webpage Settings

On Pilot Pro, open a web browser like Chrome, and go to 192.168.144.232:8000. This will load a webpage hosted by the VIO payload. Under the Systems menu, we recommend loading the following default parameters for Astro:

{% file src="/files/4VGTNJmGv7c7lMqSZAtx" %}

If this doesn't work, you can manually set the following parameters:

* Video Streaming
  * Auto connect = Enable
  * Bitrate = 2 Mbps
  * Port = 8554
  * Resolution = 1280x720
  * Codec: H.264
* Gimbal Control
  * Auto speed = DISABLE
* Mavlink
  * Baudrate = 230400
  * Camera Component ID = Camera 1 (100)

Then reboot Astro and the VIO. This process should only need to be applied once.

## Operational Notes

{% hint style="info" %}
Gremsy VIO is a 3rd party payload with some known limitations/issues:

* When running AMC on Tab 3 tablets with the VIO, the video feed can be choppy with default settings. It is recommended to set the RTSP Buffer Size (ms) = 250 to smooth out the video playback. **Tab 5 tablets do not have this issue**
  * Tab 5 tablets have a green button on the side, Tab 3 tablets have a red button on the side
  * RSTP Buffer size can be set while in Advanced Mode under Camera > Settings
* Photo counter below the shutter button doesn't increment, but photos are triggered
* Triggering the VIO in mapping mode is currently not supported
  {% endhint %}


---

# 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.freeflysystems.com/ecosystem/payloads/third-party-payloads/gremsy-vio.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.
