X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:content-type:content-transfer-encoding:mime-version; q=dns; s=
	default; b=t2i+SCBoD5EiIVu3M5bGzqNWwuIVYM7WB8O6xvQVVaJEPFow24iC8
	Yi15h14o9e7QHLAmGfR1NzGUbgAoajaSDLQE5FbiXQxXMpTZKiDYueU6V7QNJIzl
	Tq/Naxyx4VQNMXpc84u5oNIwb2CMxoUIlEzZRg4yJfnfEuWmA2ZA9I=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:content-type:content-transfer-encoding:mime-version; s=default;
	 bh=xDaaOBhLfSE4hQikAOQGzheRK0Q=; b=QqWtPYw213R+iR20YlUrtdaU40Dq
	eoCnUiUo65nq/e77690XXmYdynn1y28qrDNXq4mUpPUwzVxbKtormHyqzrRL7GUv
	mJYlz3BLL+izuDaj926XzcSTfBOXt3VINFUGh5Hnfa+E6V7KHpFsXUHwwqZr6Hfd
	hHQma67WqwLRKZs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=07052017, 07.05.2017, dbus, HAccept-Language:de-DE
X-HELO: inari-msr.crf.canon.fr
From: TANNHAUSER Falk <Falk.Tannhauser@crf.canon.fr>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: Re: opencv 3.2.0-1: imshow() very slow
Date: Fri, 8 Sep 2017 10:00:17 +0000
Message-ID: <287c84731c234b02a671fdb7514488b5@Antiope.crf.canon.fr>
References: <5a0486e8-826c-a5d9-2209-95fa4b715c5c@free.fr> <0a201c0b-b23d-3337-5b93-b5304009c6c1@free.fr>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v88A0nJ7017318

Replying to this old thread, as I found a solution to my problem...
Am 07.05.2017 um 21:16 schrieb René Berber:
> Obviously you are not running dbus-daemon, which accounts for the
> time-out, and the delay, but where does that dependency come from? Is it
> needed? [...]
> Of course there's a better hint on your message: 'org.a11y.Bus'  I have
> no idea what library, or program uses that Dbus ID.  Using Google I
> found
> https://github.com/GNOME/at-spi2-core/blob/master/bus/org.a11y.Bus.service.in
> which is Gnome... so perhaps the OpenCV released only works with Gnome &
> X-Windows running.

The workaround to this problem is to set the environment variable (preferably in the .bashrc file)
	NO_AT_BRIDGE=1
prior to starting an OpenCV application (C++ or Python) - it prevents both the 25 s delay and the error message.

Falk

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


