Answer the question
In order to leave comments, you need to log in
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
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
Check out the sample here https://stackoverflow.com/questions/33311153/pytho...
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 questionAsk a Question
731 491 924 answers to any question