From 2cb8ef5d598da52349bc355cd9dce682071909a0 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Fri, 6 Dec 2024 09:36:43 +0100 Subject: [PATCH] refactor(all): update to opencv 4.10 (release) --- src/SlightCapture.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlightCapture.jsx b/src/SlightCapture.jsx index 87f6678..c47a61c 100644 --- a/src/SlightCapture.jsx +++ b/src/SlightCapture.jsx @@ -35,7 +35,7 @@ export const SlightCaptureVideo = () => { }); useEffect(() => { - sligthCapture.initAsync("opencv.js"); + sligthCapture.initAsync("https://docs.opencv.org/4.10.0/opencv.js"); }); const onCapture = async (file) => {