# Protips, Limitations, and Troubleshooting

## First things first

{% hint style="success" %}
The Wiris Pro Payload is supported in Astro firmware version 1.3.2 or later. Update your astro!
{% endhint %}

{% hint style="info" %}
Make sure to update AMC to the latest version too!
{% endhint %}

{% embed url="<https://freefly.gitbook.io/astro-public/astro/maintenance-manual/software>" %}

## #Protips

{% hint style="success" %}
Slow speed mode makes the gimbal easier to precisely control when zooming in.
{% endhint %}

Learn about it under the [Rate Controls](/ecosystem/controller/pilot-pro/operating-handbook/rate-controls.md) section

{% hint style="success" %}
If you want images to be geotagged, insert a USB thumbdrive in Astro and set the image storage mode to 'External USB'
{% endhint %}

{% hint style="warning" %}
Be careful not to become disoriented when flying with the camera zoomed in. We recommend resetting the camera zoom to 1x before flying to a new inspection location.
{% endhint %}

## Limitations

#### Gimbal

{% hint style="warning" %}
Do not hotswap or plug in the gimbal when the aircraft is powered on. This can damage the aircraft or gimbal
{% endhint %}

{% hint style="warning" %}
Make sure you are using the correct vibration isolator
{% endhint %}

More details can be found in the [Smart Dovetail Isolator System](/ecosystem/accessories/smart-dovetail-isolator-system.md) section.

#### Wiris

{% hint style="info" %}
The Wiris Pro takes about 3 minutes to fully calibrate the thermal sensor. You can still use the camera right after boot, but temperature readings may be slightly off
{% endhint %}

{% hint style="info" %}
Make sure to eject the Wiris drive from you computer before unplugging the cable. Power cycle the aircraft and gimbal before capturing any additional video or photos.
{% endhint %}

{% hint style="info" %}
The video feed may stop after disconnecting from a PC. This is normal, the video will resume after a reboot of the aircraft
{% endhint %}

{% hint style="danger" %}
**Do NOT format the SSD of the Wiris Pro when connected to a PC. This can brick the camera and will require it being sent back for repair.**
{% endhint %}

Check out the [Formatting Media section](/ecosystem/payloads/wiris-pro-thermal/operating-handbook/downloading-media-example-output.md) for more info

## Troubleshooting

#### Video doesn't come up

{% hint style="info" %}
Occasionally, we have observed that the Wiris Pro gets 'stuck' during bootup. If you are having trouble getting connecting to the camera, check status light on the back of the camera. If the camera has flashing red/blue lights or a solid red light, this is likely the case. In our testing, rebooting the aircraft resolves this issue.
{% endhint %}

#### IR video is black

This can happen if the thermal exposure is set very far off from what the camera is looking at.

{% hint style="info" %}
Set the thermal exposure mode to auto or adjust your exposure temperature in the camera settings menu
{% endhint %}

#### Gimbal tilt controls are backwards

{% hint style="info" %}
You can invert the gimbal tilt control under camera settings
{% 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/wiris-pro-thermal/protips-limitations-and-troubleshooting.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.
