I hope someone can help me with this. I am currently writing an application
that involves capturing video from a webcam. I am making use of the
DirectShow SDK to do so. When the user selects the record button, an
"ActiveMovie Window" appears where the webcam feed is displayed and
simultaneously recorded to file. The problem I am having occurs when I run
the executable in the release folder. When I press the record button, the
"ActiveMovie Window" appears and about a second thereafter displays "not
responding" and the webcam feed freezes. The strange thing is that the webcam
continues to record and the video is saved correctly to the file specified.
This is only time I experience this problem. When I run the program from
Visual C++ everything works as it should and there is no freezing of the
webcam feed.
I would appreciate any form of help regarding this issue
Thanks in advance