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