From 1494ae62ae189f91ba55d7dfedcbd30bfd4f995d Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Sun, 19 Mar 2017 21:48:43 +0100 Subject: [PATCH] Added PoC for separating ImageSource, Capturing and decoding --- example/image-source.html | 398 ++++++++++++++++++++++++++++++++ example/video-capabilities.html | 71 ++++++ 2 files changed, 469 insertions(+) create mode 100644 example/image-source.html create mode 100644 example/video-capabilities.html diff --git a/example/image-source.html b/example/image-source.html new file mode 100644 index 0000000..d27604e --- /dev/null +++ b/example/image-source.html @@ -0,0 +1,398 @@ + + + + + + + +
+ + + + +
+
+
+ + + + + + + diff --git a/example/video-capabilities.html b/example/video-capabilities.html new file mode 100644 index 0000000..36efa5f --- /dev/null +++ b/example/video-capabilities.html @@ -0,0 +1,71 @@ + + + + + + + + + +