views:

265

answers:

2

I need to change (lower) the camera exposure from inside a program.

The documented API I found (DirectShow) don't seem to work.

Any help is appreciated.

A: 

You may be setting the exposure property to the wrong value, or your device may simply not support the DirectShow interface. See this article (which may or may not be relevant to your device):

http://www.quickcamteam.net/documentation/faq/questions-about-accessing-the-exposure-time-through-directshow

The specific device(s) you're using may have an API that you can access instead of using DirectShow. Which devices are you targeting for this?

MusiGenesis
A: 

If you're specifically targeting higher-end Samsung Windows Mobile phones, their Windows Mobile SDK has an advanced camera API that enables you to set ISO speed. It's available at http://innovator.samsungmobile.com.

Jon Konrath