Is it possible to build OpenCV without highgui, and hopefully not need gstreamer?
I'm using RHEL 5. The gstreamer-plugins-bad-devel rpm from rpmforge (dag) is the only rpm that has gstappsink.h and gstappsrc.h, but it's oddly obsoleted by gstreamer-plugins-bad, which doesn't have it. I'd like to avoid having to maintain potentially several pieces of gstreamer. I don't need highgui and am hoping that it's possible to skip building that, which in turn would eliminate the need for gstreamer.
Is this possible?
Brian