This is currently the only way to do it in managed code - it interops with
the IACamera application. There is an API available (you'll need to sign an
agreement with HTC to use it) which gives you lower level access, but it
requires callbacks so would need to be written in native code. Windows
Mobile 5.0 will be much better in this respect as there is a unified camera
API including a managed class for image capture.
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://www.peterfoot.net |
http://www.opennetcf.org
"Freddyboy" <(E-Mail Removed)> wrote in message
news:3474F3DD-8952-49F5-94E0-(E-Mail Removed)...
> Hi,
>
> I'd like to use a htc camera to take some pictures and to perform a video
> capture (preview).
>
> I know the Neil Cowburn's dll
> (http://blog.opennetcf.org/ncowburn/U...nagedCode.aspx)
> but that dll is starting a new process (Camera.exe).
>
> I'd like to use a dll to develop a preview in my application (without
> starting a new process) and to take some pictures in my application.
>
> Somebody knows if a dll exists to execute a preview ?
> If yes, where I can find that dll ?
>
> Thanks.
>
> Best Regards