erwinwolff/aforge

Camera Control to set focus, exposure, and manual control

GoogleCodeExporter opened this issue · 2 comments

Describe the feature you are interested and which may bring benefit to the
project ...
I am needing the ability to set camera focus, exposure, and stop the auto 
exposure and focus. I have looked and cannot find the ability for this to be 
done with Aforge? I am thinking that if Aforge uses directshow it should be 
possible. 



Provide any references/links to publications/algorithms/etc. which could
help in development ...
In order to achieve my requirements I have used the, complicated, 
DirectShowLib-2005 library but would much rather use Aforge entirely. Attached 
is an excerpt of code containing the method I am using to carry out the above. 

Original issue reported on code.google.com by c...@bbctechnologies.com on 8 Dec 2012 at 8:36

Attachments:

Added SetCameraProperty(), GetCameraProperty() and GetCameraPropertyRange() 
methods to VideoCaptureDevice, which allows to set properties like exposure 
time, focus, etc.

Committed in revisions 1706-1708.

Original comment by andrew.k...@gmail.com on 7 Feb 2013 at 1:46

  • Changed state: Fixed
  • Added labels: Project-Video

Original comment by andrew.k...@gmail.com on 16 Jul 2013 at 9:53

  • Changed state: Released