justadudewhohacks / justadudewhohacks/opencv4nodejs
Unable to call cv.imshow() method on Ubuntu
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
GNU C Library (Ubuntu GLIBC 2.27-3ubuntu1) stable release version 2.27.
**opencv error: (the function is not implemented. rebuild the library with windows, gtk+ 2.x or carbon support. if you are on ubuntu or debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvshowimage**
I've installed
- libgtk2.0-dev
- libgtk3.0-dev
- pkg-config,
- opencv dev libs
- build-essentials
rebuilt library and still getting this exception.
So what packages should I install and how to force Cmake to see them?
Contributor guide
Assessment
This issue has not been assessed yet.