我正在尝试使用(Gstreamer open-cv)插件检测面部,使用以下管道。
从图像中检测人脸
gst-launch-1.0 filesrc location=/home/talview22/Pictures/face.png ! decodebin ! ffmpegcolorspace ! facedetect ! ffmpegcolorspace ! ximagesink
现场直播的面部检测
gst-launch-1.0 v4l2src ! 'video/x-raw-rgb,width=640,height=480' ! ffmpegcolorspace ! faceblur face-width=40 face-height=40 ! ffmpegcolorspace ! xvimagesink
得到以下错误,
已安装警告:错误的管道:没有元素“facedetect”
facedetect插件,我查了一下。
talview22@talview22-System-Product-Name:/var/www/html/backboneapp$ gst-inspect-1.0 facedetect
Factory Details:
Rank none (0)
Long-name facedetect
Klass Filter/Effect/Video
Description Performs face detection on videos and images, providing detected positions via bus messages
Author Michael Sheldon <mike@mikeasoft.com>
我该如何解决?