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 |
|||
« Next Oldest | Next Newest »
|
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
|
User(s) browsing this thread: 1 Guest(s)