Hi all,

I'm trying to access the second camera on a Windows Mobile 2005
device. I use FindFirstDevice() to get a handle to the first camera
and then use the returned handle with FindNextDevice() which fails on
all devices i tried (HTC Universal, HTC TyTN/Hermes, which both have
two cameras).

here's the code i use:

handle = FindFirstDevice( DeviceSearchByGuid, &guidCamera, &di );
BOOL ok = FindNextDevice(handle, &di2);

The returned handle is not NULL, but FindNextDevice() return 0.

Using the remote system information tool i can see that CAM1: exists,
but there is no CAM2: listed.

Has anybody ever managed to access the front camera on these devices?

Does the fact there CAM2: is not listed within the drivers mean that
the 2nd camera is not available via a standard mechanism anyway?

thanks for any help,
Daniel