From 9001ffb73782bb48af105d296b3837a1c79f02b4 Mon Sep 17 00:00:00 2001 From: Anthony Casagrande Date: Tue, 20 Dec 2022 11:13:13 -0800 Subject: [PATCH] docs: add link to camera app example video Signed-off-by: Anthony Casagrande --- application-services/custom/camera-management/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application-services/custom/camera-management/README.md b/application-services/custom/camera-management/README.md index 9b695134..7ed4a652 100644 --- a/application-services/custom/camera-management/README.md +++ b/application-services/custom/camera-management/README.md @@ -5,6 +5,8 @@ results to MQTT broker. This app uses [EdgeX Core Services][edgex-core-services], [Edgex Onvif device service][device-onvif-camera] and [Edge Video Analytics Microservice][evam]. +A brief video demonstration of building and using the example app service can be found [here](https://www.youtube.com/watch?v=vZqd3j2Zn2Y). + ## Steps for running this example: We expect you'll be running in a relatively modern Linux environment with `docker`, `docker-compose`, and `make` installed.