> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/gov/deltaquad-evo-payloads/nextvision-isr-payloads/nextvision-video-player.md).

# NextVision Video Player

{% hint style="info" %}
The videos recorded with the Raptor 360 and Nighthawk2 include KLV metadata. **KLV (Key-Length-Value)** is a metadata encoding standard used in video recordings to embed structured information, such as timestamps, geographic location, and camera parameters, alongside the video content for better analysis and interoperability.
{% endhint %}

The video's metadata can be accessed via the NextVision Video Player. Follow the link below to download and install the player.

<https://drive.google.com/file/d/1GAIDdTNjafs6gKIsfNls9tDvfM9Y-jNi/view?usp=sharing>

After the installation has been completed, please follow these steps to access the video's metadata.

1. Open the **Video Player**.

<figure><img src="/files/9YmVZ2bwclduf1vdgjPS" alt=""><figcaption></figcaption></figure>

2. Click on **Open** in the upper-left corner of the screen and choose **Playback**.

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

3. A window will open. Choose the video file in question. It must be a **\*.ts** file (Transport Stream).

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

4. The selected video will be displayed in the video player. Enable the **KLVs** option to display the video's metadata.

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

5. **IDs** **21** to **25** display relevant **geolocation data** for the frame center, including the **slant range**.

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


---

# 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://docs.deltaquad.com/gov/deltaquad-evo-payloads/nextvision-isr-payloads/nextvision-video-player.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.
