X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 To: "cygwin AT cygwin DOT 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 AT free DOT fr> <0a201c0b-b23d-3337-5b93-b5304009c6c1 AT free DOT 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