As my title, can I detect face using Haar Cascades and record video at the same time?
I am using OpenCV to detect face by Haar Cascades, but I also want to record video during the detection process. Help me!
thank in advance!
As my title, can I detect face using Haar Cascades and record video at the same time?
I am using OpenCV to detect face by Haar Cascades, but I also want to record video during the detection process. Help me!
thank in advance!
Copyright © 2021 Jogjafile Inc.
You can use VideoWriter class to record the video. Here is the reference.