feynmanrules / aforge

Automatically exported from code.google.com/p/aforge
0 stars 0 forks source link

Fix grouping of video capabilities #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This small change regards the exposition of device capabilities in 
AForge.Video.DirectShow.

Currently the capabilities are grouped by frame size, which means that 
capabilities with similar frame size but differing frame rate are all grouped 
into one.

The attached patch will take frame rate into account in addition to frame size.

Original issue reported on code.google.com by joan.cha...@gmail.com on 28 Feb 2011 at 7:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 28 Feb 2011 at 7:43

GoogleCodeExporter commented 9 years ago
Updating VideoCapabilities class to provide multiple supported FPS rates for a 
particular resolution.

Committed in revision 1396. Will be released in version 2.1.6.

Note: this is a breaking change, since the fix also required to rename 
MaxFrameRate property to FrameRate. Otherwise it would be confusing.

Original comment by andrew.k...@gmail.com on 28 Feb 2011 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 28 Jul 2011 at 9:44

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 10 Aug 2011 at 9:26