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 | 52a840dee6717005d40e417b9e63a89602e3c100 (patch) | |
tree | 69b2e68380bf2b5b9c4877a3926063d8ab33797b /Content/posts/2024-03-04-opencvjs-video-processing.md | |
parent | 9919d8775204670ead3e7b228f4e4d2cbd334e85 (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.: |