https://bugs.kde.org/show_bug.cgi?id=425263
--- Comment #6 from Michael Miller <michael_mil...@msn.com> --- Adding facial detection and recognition is a large effort, but is a possibility. First we could generate a list of jpegs from the key frames of a video, and run the existing face pipeline on the jpegs. FFMpeg does this quite easily. Then doing a first-pass detection and recognition of only the faces in extracted jpegs we could eliminate duplicate faces. The resulting set of faces could then be tied to the video. The challenge is displaying the face tag in the appropriate time-dimension of the video. A human sometimes needs context to remember or recognize a face, so showing the tagged face in context in the video is a good idea. As I said, it possible, but will require a large amount of work, particularly in the digiKam UI. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.