T O P I C R E V I E W |
tcardinal |
Posted - May 25 2021 : 12:05:19 Hi
I am trying to have a look through the IEVision Face Detect demo. How do I load a video? I click on the Video Input button and the dialog opens but I can't see a way to select a video. Clicking on Video Dialog button doesn't display anything.
Thanks |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - May 31 2021 : 03:48:52 Hi
Video support in ImageEn relies on DirectShow (primarily), so if you can playback the video via DirectShow, then ImageEn can perform face detection on the frames.
Nigel Xequte Software www.imageen.com
|
tcardinal |
Posted - May 28 2021 : 07:24:58 thanks, I'll take a look at that. Will the face detect work with pre-recorded video? |
xequte |
Posted - May 27 2021 : 18:45:59 Hi
That demo only finds faces in a live stream from a cam (not a video file).
You might want to look at the GetFaces demo which will work with images:
\Demos\IEVision\GetFaces\GetFaces.dpr https://www.imageen.com/files/demos/run/IEVision/GetFaces/GetFaces.zip
Nigel Xequte Software www.imageen.com
|