VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow (/thread-3000.html) |
VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow - 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. RE: VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow - mitov - 07-02-2013 07:52 AM 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 RE: VLDSCapture.CrossbarDialogs.Count and VideoModes.Count Stack Overflow - Antman - 07-06-2013 01:37 PM 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. |