diff --git a/docs/latency.md b/docs/latency.md index 6de6d6a7..8731f25f 100644 --- a/docs/latency.md +++ b/docs/latency.md @@ -35,6 +35,8 @@ Next, we'll explain how we arrived at these numbers and how you can replicate th PiKVM works with the physical world: it captures video from a cable, encodes it, and sends it to your browser over a network. +![Pipeline Latency](latency/pipeline_latency.webp) + ``` +--= Host =--+ +-------= PiKVM =-------+ +---= Browser =---+ | | HDMI | | | | diff --git a/docs/latency/pipeline_latency.webp b/docs/latency/pipeline_latency.webp new file mode 100644 index 00000000..a3117b81 Binary files /dev/null and b/docs/latency/pipeline_latency.webp differ