From 603e4c6c9d4c2b4329914580fe217db1ad80823e Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Mon, 14 Oct 2024 19:15:28 +0200 Subject: [PATCH] Use vp8 version of the videos instead --- docs/content/getting-started/data-out/analyze-and-log.md | 2 +- docs/content/getting-started/data-out/explore-as-dataframe.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/getting-started/data-out/analyze-and-log.md b/docs/content/getting-started/data-out/analyze-and-log.md index 1a5bf1031074..583c04d5ac59 100644 --- a/docs/content/getting-started/data-out/analyze-and-log.md +++ b/docs/content/getting-started/data-out/analyze-and-log.md @@ -73,7 +73,7 @@ Here we first log the [`ShowLabel`](../../reference/types/components/show_labels With some adjustments to the viewer blueprint, we obtain the following result: The OPEN/CLOSE label is displayed along the bounding box on the 2D view, and the `/jaw_open_state` signal is visible in both the timeseries and dataframe views. diff --git a/docs/content/getting-started/data-out/explore-as-dataframe.md b/docs/content/getting-started/data-out/explore-as-dataframe.md index 86d67ecbc667..21ed0aed09c8 100644 --- a/docs/content/getting-started/data-out/explore-as-dataframe.md +++ b/docs/content/getting-started/data-out/explore-as-dataframe.md @@ -15,7 +15,7 @@ The first step is to create a recording in the viewer using the face tracking ex Here is such a recording: A person's face is visible and being tracked. Their jaws occasionally open and close. In the middle of the recording, the face is also temporarily hidden and no longer tracked.