T O P I C R E V I E W |
tcardinal |
Posted - May 31 2021 : 18:52:15 I have created an app with an TImageEnView.
I load the video file in exactly the same way as in the VideoPlayer demo. The video is loaded as the duration displays and when I click run the New Frame event is called for each frame, but the video does not show on the screen.
The same video loads and plays correctly in the VideoPlayer demo and also the DirectShow1 demo.
Any ideas? Thanks |
4 L A T E S T R E P L I E S (Newest First) |
tcardinal |
Posted - Jun 02 2021 : 10:15:59 Ok, found the issue. I did not have the GetSample and Update code in my NewFrame Event. I was basing some of this app on one I did back in the day (Delphi 2007?) where that was not needed. |
xequte |
Posted - Jun 01 2021 : 20:21:54 Hi
If that is the limitation you're encountering, then it is a major drawback. Are you able to configure anything in your anti-virus software?
Nigel Xequte Software www.imageen.com
|
tcardinal |
Posted - Jun 01 2021 : 09:50:20 yes I compiled the Demos myself. That's a pretty tough drawback to developing if you have to sign the exe each time isn't it? |
xequte |
Posted - May 31 2021 : 19:05:18 Hi
Have you recompiled the VideoPlayer demo yourself, or are you using the demo from our web page?
On a lot of systems DirectShow does not work unless the EXE is signed.
Nigel Xequte Software www.imageen.com
|