03-03-2012, 06:44 PM
I am trying to set the frame rate and video size in VLDSCapture programatically, so i use this:
VLDSCapture1->FrameRate->Rate = 5;
VLDSCapture1->VideoSize->Width = 640;
VLDSCapture1->VideoSize->Height = 480;
When I use VisualStudio C++ is OK, but when I use Borland C++ Builder this code gives error:
Project Project1.exe raised exception class EAccessViolation with message 'Access violation at address .... in module 'VideoLabBasicPkgCB6.bpl'.
Any help will be appreciated
VLDSCapture1->FrameRate->Rate = 5;
VLDSCapture1->VideoSize->Width = 640;
VLDSCapture1->VideoSize->Height = 480;
When I use VisualStudio C++ is OK, but when I use Borland C++ Builder this code gives error:
Project Project1.exe raised exception class EAccessViolation with message 'Access violation at address .... in module 'VideoLabBasicPkgCB6.bpl'.
Any help will be appreciated