Prev: How to programmatically set the GPS Hardware Port and Baud Rate?
Next: How to develop USB function client driver
From: vanesa on 14 Dec 2009 12:40 camera windows mobile HMalekooty wrote: Help On Camera Capture C# 21-Oct-07 Hello All I have a Qtek S200 with Windows Mobile 5. i want to capture with it's internal 2 mega pixel Camera. i need 640x480 resolution and i want to capture at last 5 frame per second. any one knows how i can capture internal camera in Windows Mobile 5 with C# with that frame rate ? the sample that included with pocketpc SDK 5.0 is not a good one because of its low speed and low degree of control. Thanx For Your Great Help. Previous Posts In This Thread: On Sunday, October 21, 2007 11:08 AM HMalekooty wrote: Help On Camera Capture C# Hello All I have a Qtek S200 with Windows Mobile 5. i want to capture with it's internal 2 mega pixel Camera. i need 640x480 resolution and i want to capture at last 5 frame per second. any one knows how i can capture internal camera in Windows Mobile 5 with C# with that frame rate ? the sample that included with pocketpc SDK 5.0 is not a good one because of its low speed and low degree of control. Thanx For Your Great Help. On Monday, October 22, 2007 8:15 AM niezl wrote: Re: Help On Camera Capture C# Dnia 21-10-2007 o 17:08:29 HMalekooty <elec82(a)gmail.com> napisa=B3: It depends on what you are gonna do. If you want capture single images, = = you should start searching Internet with "CameraCaptureDialog" phrase. But if you would like to get access to raw data from camera, then you = should write a native C/C++ functions based od DirectShow, like = StartCamera, StopCamera, Set/Get Resolution and so on. Unfortunately, th= is = is VERY painfull task, and after spending a lot of time, you will get = suprised when you realise that camera on your device doesn't support = 640x480 via DirectShow :) Then if you have these function, writing a = wrapper for them (in C#) is a piece of cake :) -- = T.M. Submitted via EggHeadCafe - Software Developer Portal of Choice Using Navigation Keys to Move Through HTML Table http://www.eggheadcafe.com/tutorials/aspnet/d39048db-7e91-4abb-a021-863421e02ba7/using-navigation-keys-to.aspx |