From 706b59cd5fcb0d1404f61572eab8d45833249133 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 27 Aug 2017 22:16:06 +0200 Subject: [PATCH] CameraRecognition draft --- Media/Video/CameraRecognition.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Media/Video/CameraRecognition.js diff --git a/Media/Video/CameraRecognition.js b/Media/Video/CameraRecognition.js new file mode 100644 index 0000000..62e4156 --- /dev/null +++ b/Media/Video/CameraRecognition.js @@ -0,0 +1,5 @@ +// bind canvas +// take images every x ms +// call calback on canvas to check image +// stop if match or manual stop +// return callback result \ No newline at end of file