[Bug 734623] New: [facedetect] fix NULL error when disable eyes/nose/mouth

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 11 08:54:58 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734623
  GStreamer | gst-plugins-bad | git

           Summary: [facedetect] fix NULL error when disable
                    eyes/nose/mouth
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: valx76 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=283121)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=283121)
disable eyes/nose/mouth recognition

With that patch, we can now disable the eyes/nose/mouth recognition by setting
their profiles to NULL.


# Example

- To enable the nose recognition :
#define DEFAULT_NOSE_PROFILE HAAR_CASCADES_DIR "haarcascade_mcs_nose.xml"

- To disable it :
#define DEFAULT_NOSE_PROFILE NULL

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list