Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
Face detection inside a MP4 or YUV video file in linux?

I am stuck in finding help on my next project. My use case as follows,

1) Read frames from a mp4 file.

2) Detect faces inside the frames.

3) Store or Display the final output.

"same use case to be executed with a YUV420P (raw) video"

Am very very new to openCV platform but am quite familiar with gstreamer and linux interface programming.

Please help me to find any reference (example) for the same.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

When you are familiar with GStreamer - there is a OpenCV facedetect element: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-facedetect.html.

Reading and writing raw video data should be trivial for you then I guess? ;-)

over 4 years ago · Santiago Trujillo Report

0

There is a very similar post on OpenCV's forum. Basically you have to build your OpenCV from source and enable the extra features for working with additional video formats. For that you need ffmpeg (which you will probably also have to build from source), gstreamer (if you want to use it) and fourcc, which allows you to call cv::CreateVideoCapture() with CV_FOURCC(...) set to the codec you are using (the list of abrevations can be found here).

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!