add youtube video (#2466)

This commit is contained in:
Sam Freund
2026-05-03 23:45:41 -05:00
committed by GitHub
parent 439f5fcd91
commit 94acd9d631

View File

@@ -102,6 +102,7 @@ const presentations = [
"Information on the Rubik Pi 3 and how to use Object Detection with PhotonVision.",
slidedeckLink:
"https://docs.google.com/presentation/d/1eCt9OmOISldCxsxp-aWAvT6YFkfdPzhbeEZn2ihcltA/edit?usp=sharing",
videoEmbedUrl: "https://www.youtube-nocookie.com/embed/layhsbOIJx4",
},
{
title: "Champs 2024 Talk",
@@ -110,8 +111,7 @@ const presentations = [
slidedeckLink:
"https://docs.google.com/presentation/d/1Gh5InslM5p7aDxjzK8DHoEorpATOl-MQWWixY5GjGgs/edit#slide=id.p",
codeLink: "https://github.com/PhotonVision/champs_2024",
videoEmbedUrl:
"https://www.youtube-nocookie.com/embed/iV2v7F_9GwE?si=4wgaT1IrZBpA71dF",
videoEmbedUrl: "https://www.youtube-nocookie.com/embed/iV2v7F_9GwE",
},
];
</script>