Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading webcam resolution
05-04-2014, 01:06 AM
Post: #2
RE: Reading webcam resolution
What i usually do to read actual values from a capture-source is connect a VLGenericFilter to the source, declare some global variables like Width, Height and in the GenericFilters OnProcessData event
read in these values using Width=InBuffer.GetWidth() and Height=Inbuffer.GetHeight(). Then use a Timer to show these values on a label for example.

Regards,
Dave
Quote this message in a reply
Post Reply 


Messages In This Thread
Reading webcam resolution - BReeves - 05-03-2014, 09:14 PM
RE: Reading webcam resolution - Dave - 05-04-2014 01:06 AM
RE: Reading webcam resolution - BReeves - 05-06-2014, 08:40 PM
RE: Reading webcam resolution - BReeves - 05-12-2014, 09:02 PM

Forum Jump:


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