> For the complete documentation index, see [llms.txt](https://docs.jtokenapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jtokenapp.com/video-encoder-pro/resources/faq/edid.md).

# EDID

## Why can it not detect the correct resolution especially when connecting to Camcorder?

It might be related to the compatibility issue of HDMI and it's strongly recommended to use 1080P instead of 1080i as the output resolution. Please follow below steps:

1. Power off the encoder and plug out the HDMI cable;
2. Try to set the output resolution for your camcorder like 1920\*1080(1080P);
3. Plug in the HDMI cable and power on the encoder;
4. Check whether it can detect the correct resolution;

If it still cannot detect the correct resolution or it's only 1080i for your camcorder, please follow below steps:

* Try to upgrade the encoder with latest firmware which might help;
* Try to buy one HDMI EDID emulator like [DIGITUS 4K HDMI EDID emulator](https://www.digitus.info/de/produkte/video-und-audio/video-konverter/da-70466/) which is verified by connecting to JVC camcorder;

**You can learn more about how to upgrade firmware**:

{% content-ref url="/pages/-MP4TkkoSXDOIfmEunMO" %}
[Upgrade Firmware](/video-encoder-pro/upgrade/upgrade-firmware.md)
{% endcontent-ref %}

## What is the EDID?

&#x20;**Extended Display Identification Data** (**EDID**) is a [metadata](https://en.wikipedia.org/wiki/Metadata) format for [display devices](https://en.wikipedia.org/wiki/Display_device) to describe their capabilities to a video source (e.g. [graphics card](https://en.wikipedia.org/wiki/Graphics_card) or [set-top box](https://en.wikipedia.org/wiki/Set-top_box)). The data format is defined by a standard published by the Video Electronics Standards Association ([VESA](https://en.wikipedia.org/wiki/VESA)). For details, please click this link in Wikipedia: [Extended Display Identification Data](https://en.wikipedia.org/wiki/Extended_Display_Identification_Data).


---

# 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.jtokenapp.com/video-encoder-pro/resources/faq/edid.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.
