PDA

View Full Version : looking for API and/or SDK for HTC - specially Hermes - specially Camera API


mrmrmrmr
18th November 2007, 09:06 PM
I am trying to write small apps for my Hermes.
Unfortunately I couldn't find any device specific APIs such as Camera API for HTC.
Where can I find such APIs ?

Also, if it is possible to access camera without any device specific API , please point me to the correct address.

When I make a search with keywords API and SDK on this forum , I can't get any results because of the 3 character keyword limitation.

Cotulla
18th November 2007, 09:34 PM
You can use standard WM 5.0 + function:
SHCameraCapture from AYGSHELL.DLL
read more about it here
https://msdn2.microsoft.com/en-us/library/aa454996.aspx

mrmrmrmr
18th November 2007, 10:50 PM
thanks. I couldn't understand how to use that.
I currently use WM6 SDK.
for camera, do I have to download WM5 SDK in addition ?

Also, how do I use it with C# ?

mrmrmrmr
20th November 2007, 11:57 PM
any idea ?