diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-15 15:00:41 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-15 15:00:41 -0600 |
commit | ea7a6ce794dbda1a7eded1d5e663897d46d21fa2 (patch) | |
tree | 8c97e9d1d24cb576ccb19917d91db710479baac1 /Content/posts/2024-03-04-opencvjs-video-processing.md | |
parent | 507d51b356de707b5b8d3e1832fbf3684415f07c (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.md | 12 |
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.: |