Antman
07-01-2013, 04:05 PM
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.
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.