Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
frame rate/video size bug
03-03-2012, 06:44 PM
Post: #1
frame rate/video size bug
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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