> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/home/fieldagent-mobile-ios/troubleshooting-guide/sentera-camera.md).

# Sentera Camera

My Sentera camera is not snapping photos or capturing data correctly.

***

This page includes troubleshooting for the following Sentera cameras:

* Sentera Single
* Sentera Double 4K (D4K)
* [Sentera 6X](https://sentera.gitbook.io/6x-multispectral-sensor-user-guide)
* [Sentera 65R](https://sentera.gitbook.io/65r-sensor-user-guide)

***

{% hint style="success" %}
Always wait for the green light to appear before you attempt to takeoff.
{% endhint %}

* Always wait for the camera to turn green and have a [GPS connection](/home/fieldagent-mobile-ios/faqs.md#do-sentera-cameras-need-gps-to-take-photos).
* Check the [SD Cards](/home/fieldagent-mobile-ios/requirements/sd-cards.md) section of the guide.
* If your camera has a lens cover then it must be removed before flight.
* Check that the SD card has space and is not write-locked.
* You need to slow down your flight plan so that you do not exceed the hardware's maximum capture rate. Slower flights allow longer times between photo capture intervals.

***

If you are using the app to execute the mission, then keep FieldAgent Mobile in the [foreground](/home/fieldagent-mobile-ios/faqs.md#the-app-must-be-in-the-foreground-why).&#x20;

{% hint style="info" %}
If you are using DJI Pilot 2 on Drone's RC, the app does not need to be running.
{% endhint %}

***

For more information see this [page](/home/fieldagent-mobile-ios/requirements/sentera-cameras.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://support.senterasensors.com/home/fieldagent-mobile-ios/troubleshooting-guide/sentera-camera.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
