Camera2Vision icon indicating copy to clipboard operation
Camera2Vision copied to clipboard

Save video with faces detected marks

Open ghost opened this issue 8 years ago • 3 comments

Can be possible to save the face detected video with faces marks?

ghost avatar Oct 20 '17 14:10 ghost

Yes, it is possible. But it is not a feature that the Android Camera can do by default. You will need to record a normal video and add the landmarks later on with ffmpeg.

EzequielAdrianM avatar Oct 20 '17 16:10 EzequielAdrianM

Thank you very much, could you redirect me some tutorial on this?

ghost avatar Oct 20 '17 17:10 ghost

yea some tutorial will be great, maybe for next dev, is it possible to record the video base on onUpdateFace signaling, for instance, as long as face detected, the videorecorder will activated, when the face out of frame, the recording just stop.

ark7 avatar Nov 19 '17 14:11 ark7