commit | b41d5780c978fb63fd7e4c6521983705952d0570 | [log] [tgz] |
---|---|---|
author | Alex Perry <alex.perry96@gmail.com> | Sun Feb 09 17:06:40 2020 -0800 |
committer | Alex Perry <alex.perry96@gmail.com> | Sat Feb 22 17:07:08 2020 -0800 |
tree | 4f50889c72655b22f8c4e0ef95ca8e2083bf0fb7 | |
parent | d5e1357a49219785790d52ff9c24c188fcafc5b1 [diff] [blame] |
Initial commit to draw keypoints on the image. Change-Id: Ia50f64d8a131ee9ab455ebe2700714a2edea91d1
diff --git a/y2020/www/main.ts b/y2020/www/main.ts index 7831713..d414eac 100644 --- a/y2020/www/main.ts +++ b/y2020/www/main.ts
@@ -9,3 +9,5 @@ const iHandler = new ImageHandler(); conn.addHandler(iHandler.getId(), (data) => iHandler.handleImage(data)); +conn.addHandler( + iHandler.getResultId(), (data) => iHandler.handleImageMetadata(data));