<div dir="ltr">I'm using the following pipeline for facial detection:<div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">gst-launch-1.0 v4l2src device=/dev/video0 \
</span><br>    ! 'video/x-raw,width=640,height=480' \
<br>    ! videoconvert \
<br>    ! facedetect \
<br>    ! videoconvert \
<br>    ! xvimagesink<br></span><br></div><div>This should display the video stream from my web cam to a window, with faces highlighted.  It does show the stream, but it's not drawing boxes around the faces.</div><div><br></div><div>I think something with my environment might be messed up, as the same pipeline had worked for me in the past.  Just not sure where to start looking.  This is on Ubuntu 18.04, GStreamer 1.14.1, and OpenCV 3.2.0.<span style="font-family:monospace"><br></span></div><div><br></div><div>Thanks,</div><div>Timm</div></div>