I'm slowly getting a DS based camera capture application together on the HTC
Apache (aka Verizon xv6700) WM5 device.
I noticed that the header files contain a definition for
"CameraControl_Flash" for the
IAMCameraControl interface in addition to the parameter names listed in the
online docs.
I played with it and found out that the value range is [0..200] in
increments of 1.
However, when I try to use IAMCameraControl::Set to turn the LED/flash on,
it doesn't work.
Does anyone have an idea why this wouldn't work? It seems that the
manufacturer has implemented some of the interface, but I'm not sure if this
would be the right
way to control the camera flash at all or if there is maybe another way.
Thanks for any help!
-Detlev