justadudewhohacks / justadudewhohacks/opencv4nodejs

cv.imshow not working in Mac

Open
#412 14 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5.1k
Forks
826
PR merge metrics
No merged PRs in 30d

Description

HI:
Thank you binding opencv for node!
I try the code in Mac,but the "cv.imshowWait" don't display the image,just hold the process.
```
(async () => {
const img = await cv.imreadAsync('./faces/qiqi-1.jpg')
console.log(img)
cv.imshowWait('face detection', img);
})()
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.