Ask Your Question

liyanage's profile - activity

2014-02-03 10:30:11 -0600 received badge  Student (source)
2013-10-28 15:35:45 -0600 received badge  Supporter (source)
2013-10-28 15:01:03 -0600 received badge  Editor (source)
2013-10-28 15:00:33 -0600 asked a question Is it possible to build with python but without highgui

I'd like to build OpenCV with the Python bindings, but I have no need for (and want to avoid build issues related to) highgui.

It seems, however, that disabling highgui also disables Python:

--     Disabled:                    gpu highgui world
--     Disabled by dependency:      python(deps: highgui) videostab(deps: highgui)

Is there a way around this?