Forums

Full Version: frame rate/video size bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's