# HVIDEO vs EVIDEO commands

## Question

What are the differences between HVIDEO and EVIDEO commands (JC400/JC261)?

## Answer

Both commands are used to request video files from the server. When you search for a specific video clip, either command can be used to retrieve it.

However, the key difference is where the video is sourced from:

* **HVIDEO** retrieves the video from the camera's **sub-stream**, which is encoded at a lower quality. Additionally, due to recent firmware updates (FW + 1.6.3), the number of days available through the sub-stream has been reduced.
* **EVIDEO** extracts the video **directly from the SD card**, which provides higher video quality but may require more data consumption during upload.

In short, **HVIDEO** offers faster, lower-quality retrieval from the sub-stream, while **EVIDEO** provides higher-quality footage directly from the SD card at the cost of increased data usage.


---

# 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://navixy.com/docs/qna/device-related-questions/hvideo-vs-evideo-commands.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.
