> 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/developing-with-ndi/ndi-certified/certification-process/testing-methods/camera.md).

# Camera

1. Plug the PTZ camera into the network and turn it on.
2. Check for [Interoperability](/all/developing-with-ndi/ndi-certified/certification-guidelines/interoperability-requirements.md).
3. Using [Studio Monitor](/all/using-ndi/ndi-tools/ndi-tools-for-windows/studio-monitor.md) to frame your shot, move the PTZ camera about 1ft away from the monitor. You may need to prop the PTZ camera on a tripod or angle the monitor to be as square to the camera lens as possible
4. If you cannot move the camera or monitor, set the camera up where it can be and zoom in, or move the monitor closer
5. Make sure the NDI output of the camera is sensing as much as the monitor as possible, with no bezel
6. Run the testing application linked [here](http://ndi.link/6C)
7. Select the NDI source, and run the Latency Test for at least 3 minutes
8. At the end of the test, scroll down to the bottom, choose the option to save the results, and run the test again for Keyframe, saving the results
9. The latency should be under 100ms for HX3, under 150ms for HX2, and under 100ms for High Bandwidth NDI on average
10. The Keyframe response should be under 80ms across all versions of NDI

<figure><img src="/files/9NYRmSTy6wKXs7luFY2A" 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.ndi.video/all/developing-with-ndi/ndi-certified/certification-process/testing-methods/camera.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.
