Alpal94 / aforge

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

DisplayCrossbarPropertPage method for CaptureVideoDevices. #280

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the fix or new feature which you would like to contribute to the
project ...

Adding DisplayCrossbarPropertyPage method and Inputs, DesiredInput and Input 
properties for management of IAMCrossbar setup.

NOTE: I am testing this patch right now please 

Provide SVN patch for a code change or source file if it is something new
...

IAMCrossbar.cs is added from this patch please guide me if I should only create 
patch for code changes and send file separately.

Original issue reported on code.google.com by Ali.Akdu...@gmail.com on 13 Jan 2012 at 2:43

Attachments:

GoogleCodeExporter commented 8 years ago
A minor redundant code I added by mistake has been removed and patch file 
created with correct file extension.

Original comment by Ali.Akdu...@gmail.com on 13 Jan 2012 at 2:51

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 24 Jan 2012 at 8:26

GoogleCodeExporter commented 8 years ago
1) Added VideoCaptureDevice.DisplayCrossbarPropertyPage() method, which allows 
to display crossbar configuration page while video device is running. This 
property page allows to select video input of capture card.
2) Added VideoCaptureDevice.CheckIfCrossbarAvailable() method, which allows to 
check if the video device provide crossbar and its configuration.
3) Added VideoCaptureDevice.AvailableCrossbarVideoInputs property, which lists 
available video inputs of the capture card. This can be used to select video 
input to use before running video device using your own UI.
4) Added VideoCaptureDevice.CrossbarVideoInput property, which allows setting 
video input to use by the video device.

The fix committed in revisions 1661-1663. Will be released in version 2.2.4.

Original comment by andrew.k...@gmail.com on 27 Jan 2012 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 23 Feb 2012 at 9:13