Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CTVLDSCapture GetDeviceList problem
07-29-2012, 12:57 AM
Post: #1
CTVLDSCapture GetDeviceList problem
I have problem with CTVLDSCapture's VideoCaptureDevice.GetDeviceList method.

I call it like in AdvancedVideoCapture demo
Code:
VCL_InitControls( m_hWnd );
CTStrings ADevicesList;
VLDSCapture.VideoCaptureDevice.GetDeviceList( ADevicesList );
VCL_Loaded();

and every time I run this code I receive access violation in CDSCaptureDeviceCode.h line 216. AdvancedVideoCapture demo compiles and works properly on my computer but the same code in my project not.

I have Win7/64 bit and Visual Studio 2010
Find all posts by this user
Quote this message in a reply
07-31-2012, 01:12 AM
Post: #2
RE: CTVLDSCapture GetDeviceList problem
I've found where the problem is. Several functions of VideoLab don't work with UNICODE character set.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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