S
S
st1pjkee2019-02-07 08:54:02
Python
st1pjkee, 2019-02-07 08:54:02

Programmatically getting still frames from cameras for post-processing?

There is a video file . It is
necessary to cut it into a freeze frame with a period of 0.5 seconds and save them for further processing. Later,
this will all develop as a project for face recognition
in Google, only ready-made applications are offered, but I need a software implementation.
Preferably in python, but sharp is also suitable
Advise literature, found little specific on this subject
. Ideally, I understand that you need to make a real-time system, but this is enough to start.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
Fixid, 2019-02-07
@Fixid

If you only need to decompose into frames, then ffmpeg will do it quickly and for free.
There is no point in doing parsing inside python, do a system call

D
Dmitry Shitskov, 2019-02-07
@Zarom

Check out the sample here https://stackoverflow.com/questions/33311153/pytho...

A
Alexander Skusnov, 2019-02-07
@AlexSku

DirectShow interfaces provide access to each frame (usually 30 frames per second for cameras).
https://docs.microsoft.com/en-us/windows/desktop/d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question