Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow
07-01-2013, 04:05 PM
Post: #1
VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow
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.
Quote this message in a reply
Post Reply 


Messages In This Thread
VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow - Antman - 07-01-2013 04:05 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)