OpenCV's filters crash revid on raspberri pi

Issue #212 resolved
Scott Barnard created an issue

OpenCV's filters crash revid on the raspberri pi. This is because the filters use a gui window to display information, and the pi does not support that.

Message that is displayed on crash:

(Debug: Bounding boxes:14535): Gtk-WARNING **: 00:07:54.690: cannot open display:

A way to resolve this would be to create a new variable for enabling and disabling showing windows.

Comments (2)

  1. Log in to comment