faceblur

faceblur — Blurs faces in images and videos

Synopsis

struct              Gstfaceblur;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----Gstfaceblur

Properties

  "profile"                  gchar*                : Read / Write

Description

FIXME:Describe faceblur here.

Example launch line

1
gst-launch-0.10 videotestsrc ! decodebin ! ffmpegcolorspace ! faceblur ! ffmpegcolorspace ! xvimagesink

Synopsis

Element Information

plugin

opencv

author

Michael Sheldon <mike@mikeasoft.com>

class

Filter/Effect/Video

Element Pads

name

sink

direction

sink

presence

always

details

video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

name

src

direction

source

presence

always

details

video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

Details

struct Gstfaceblur

struct Gstfaceblur;

Property Details

The "profile" property

  "profile"                  gchar*                : Read / Write

Location of Haar cascade file to use for face blurion.

Default value: "/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml"