# Oz SDK Media Quality Checks

While capturing a photo or video, our SDKs perform a series of media quality assessments to verify that the resulting media adheres to our quality [standards](/oz-knowledge/other/media-quality-requirements.md), thereby maximizing the accuracy of the analyses. These evaluations occur both before and during the capturing process. The specific checks vary based on the selected gesture. For example, if you select **Smile**, the SDK must confirm that you don't smile beforehand, whereas for **Selfie**, a subtle smile may be deemed acceptable. Below is an illustrative list of conditions we may examine.

* There is a single face in the frame (no other faces).
* The face is centered and frontally oriented.
* The face is neither too close nor too far from the camera.
* There are no additional objects that might cover the face, such as sunglasses or a mask.
* The eyes are open.
* The illumination is uniform, and the face is clearly seen.
* There is no motion blur.
* The overall media quality is not too low.

Should the check fail for any reason, such as closed eyes or the SDK identifying a group of people, no photo or video will be captured, and the user will encounter a timeout error.


---

# 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://doc.ozforensics.com/oz-knowledge/other/oz-sdk-media-quality-checks.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.
