Skip to content

Commit

Permalink
refactor(all): update to opencv 4.10 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Dec 6, 2024
1 parent 50c9de5 commit 2cb8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlightCapture.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2cb8ef5

Please sign in to comment.