Forums

Full Version: VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Antman

Hi,

I have just upgraded to v6.0.0.0 of BasicVideo (from v5.03), and am having a few problems.

First of, I am trying to get a count of the available CrossBarDialogs, and VideoModes of the VLDSCapture component, however it simply raises a stack overflow.

Sample Code:

form1.Caption := IntToStr(VLDSCapture1.CrossbarDialogs.Count);
form1.Caption := IntToStr(VLDSCapture1.VideoModes.Count);

I've simply added this to the Demo DSVideoCapture in the TForm1.StartButtonClick event procedure for testing purposes.

This call worked fine using v5.03 of BasicVideo. I'm wondering if there is a new way of doing this, or if there is an issue I need to be aware of?

Any assistance would be appreciated.

p.s. I've also just upgraded to Delphi XE4 from XE3 with a clean installation.
Hi Atman,

Thank you!
Can you contact me over e-mail please - mitov(at)mitov.com so we can investigate the problem?
With best regards,
Boian Mitov

Antman

After communicating directly with Mitov, this problem has been resolved.

Turned out it was a couple bugs in v6.0.0.0, which have been resolved in v6.0.0.5.

Thanks.
Reference URL's