summaryrefslogtreecommitdiff
path: root/Content/posts/2024-03-04-opencvjs-video-processing.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-15 15:00:41 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-15 15:00:41 -0600
commit52a840dee6717005d40e417b9e63a89602e3c100 (patch)
tree69b2e68380bf2b5b9c4877a3926063d8ab33797b /Content/posts/2024-03-04-opencvjs-video-processing.md
parent9919d8775204670ead3e7b228f4e4d2cbd334e85 (diff)
add post about compiling for dos
Diffstat (limited to 'Content/posts/2024-03-04-opencvjs-video-processing.md')
-rw-r--r--Content/posts/2024-03-04-opencvjs-video-processing.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Content/posts/2024-03-04-opencvjs-video-processing.md b/Content/posts/2024-03-04-opencvjs-video-processing.md
new file mode 100644
index 0000000..cf87fb1
--- /dev/null
+++ b/Content/posts/2024-03-04-opencvjs-video-processing.md
@@ -0,0 +1,12 @@
+---
+date: 2024-03-04 12:01
+description: Real time video processing with OpenCV.js in the browser
+tags: HTML, JS, OpenCV
+draft: true
+---
+
+# Video Processing W/ OpenCV.js
+
+Note: A really weird bug you might run into when you are trying to mess around
+and reloading the page on iOS is that OpenCV just stops loading. This is a bug in
+WebKit.: