frame rate/video size bug - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: frame rate/video size bug (/thread-124.html) |
frame rate/video size bug - tomgor - 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 |