> For the complete documentation index, see [llms.txt](https://docs.ndi.video/all/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ndi.video/all/faq/ndi-6/hdr-faq.md).

# HDR FAQ

<details>

<summary>How is HDR (High Dynamic Range) supported in NDI?</summary>

As of NDI 6.0 the NDI SDK supports 16-bit data formats and standardizes metadata elements to specify wide gamut color primaries and HDR transfer functions, including HLG and PQ. This enables broadcasting high bit depth, wide color gamut, and high dynamic range video, with brightness up to 10,000 nits when using the PQ transfer function.

</details>

<details>

<summary>Does NDI support HDR10, HDR10+ or Dolby Vision?</summary>

No. Although these HDR formats are built on PQ, NDI does not support the full capabilities or additional metadata used by those specifications.

</details>

<details>

<summary>Does NDI support tone mapping for HDR content?</summary>

No, the SDK explicitly states it does not alter frame content. It signals what the content is and the receiver device decides how to display it, whether to tone map, and how to convert to SDR if needed. Tone mapping is done in the application or device receiving the content.

</details>

<details>

<summary>Does NDI support SEI metadata in H264/H265?</summary>

Any SEI metadata would sit inside the compressed stream. NDI transports the packets as is, and does not inspect, validate, or alter the compressed payload.

</details>

<details>

<summary>Can HDR content be received and displayed in Studio Monitor?</summary>

Yes, Studio Monitor can receive HDR content, however, it must be running on an HDR display to properly display the stream. If Studio Monitor is running on an SDR (standard dynamic range) display, the content will be downconverted and displayed as SDR.

</details>

<details>

<summary>Can I generate NDI HDR content with Test Patterns?</summary>

Yes, Test Patterns can generate HDR signals. Note that the default test patterns included are only available in HLG. To output PQ you will need to include a custom HDR image in PQ format. For more information, click here: [Test Patterns | How to Output in HDR](/all/using-ndi/ndi-tools/ndi-tools-for-windows/test-patterns/how-to-output-in-hdr.md)

</details>

<details>

<summary>Can ScreenCapture capture and send content in HDR?</summary>

ScreenCapture is not capable of outputting HDR even if the screen being captured is HDR.

However, ScreenCaptureHX does support capturing HDR screens using 10-bit HEVC.

</details>

<details>

<summary>Can NDI HDR content be sent over NDI Bridge?</summary>

Yes, HDR content generated in the local network can be received on the remote network (or vice versa) when connected via NDI Bridge.

</details>

<details>

<summary>When monitoring NDI devices, how can I identify if the content is HDR?</summary>

In the NDI Discovery tool, when monitoring either senders or receivers, look in the properties panel. If the content is HDR, you should see the following fields and values:

* Color Primaries: **bt\_2100**
* Transfer Function: **bt\_2100\_hlg** or **bt\_2100\_pq**
* Matrix Coefficients: **bt\_2100**

</details>


---

# 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.ndi.video/all/faq/ndi-6/hdr-faq.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.
