From fe0c0bd8a34cd6d3313c5a658c23616f666461ba Mon Sep 17 00:00:00 2001 From: John Zhao Date: Sat, 14 Apr 2018 10:33:28 +0800 Subject: [PATCH] Update samples README.md --- samples/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/samples/README.md b/samples/README.md index d4221d4..9bebdfe 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1 +1,14 @@ # Samples for MYNT® EYE cameras + +## Build + +```bash +cd +make samples +``` + +## Run + +```bash + ./samples/_output/bin/device/camera_d +```