Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 871f7a2

Browse files
committed
Migrate metadata to frontmatter
1 parent b8a0050 commit 871f7a2

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

content/tutorials/portenta-h7/vs-ard-gs/content.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Getting Started With The Vision Shield Camera
3+
coverImage: assets/vs_ard_gs_cover.png
4+
tags: [Getting Started, Camera, Processing, Serial]
5+
description: This tutorial shows you how to capture frames from the Vision Shield Camera module and visualise the video output through a Processing sketch.
6+
---
7+
18
# Getting Started With The Vision Shield Camera
29
## Overview
310
This tutorial shows you how to capture frames from the Vision Shield Camera module and visualise the video output through a Processing sketch.
@@ -24,7 +31,7 @@ Connect the Vision Shield to your Portenta H7 as shown in the figure. The top an
2431

2532
Open the board manager in the Arduino IDE and install the latest version of the Portenta Core which is [v1.3.2](https://github.com/arduino/ArduinoCore-mbed/releases/tag/1.3.2)
2633

27-
![Download the mbed core](assets/vs_ard_gs_core.svg)
34+
![Download the mbed core](assets/vs_ard_gs_core.png)
2835

2936
### 2. Capturing the Frames
3037

content/tutorials/portenta-h7/vs-ard-gs/metadata.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)