gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Additional dependencies needed on Debian bases systems: libatk-adaptor and libgail-common

Open chmj opened this issue 2 years ago • 0 comments

Description

Without the dependencies, you get the following error:

Gtk-Message: 21:52:03.134: Failed to load module "gail"

** (gocv-cam-face:109525): WARNING **: 21:52:03.142: (../atk-adaptor/bridge.c:1018):atk_bridge_adaptor_init: runtime check failed: (root)

Steps to Reproduce

  1. Install gocv on a Debian based system
  2. Run the "Face detect" example

Your Environment

  • Operating System and version: kali-linux-2022.2
  • OpenCV version used: 4.6.0
  • How did you install OpenCV? Using the gocv.io instructions
  • GoCV version used: 0.31.0
  • Go version: 1.18.2
  • Did you run the env.sh or env.cmd script before trying to go run or go build? No

chmj avatar Jun 07 '22 20:06 chmj