PC Review


Reply
Thread Tools Rate Thread

Camera take picture

 
 
Xavier PACOTTE
Guest
Posts: n/a
 
      16th Apr 2010
Hello,

CF 3.5
WM 6.5
Langage C#

I want to take pictures with my PDA and DOTNET.
For several weeks, I have an error when I use the following code:

Microsoft.WindowsMobile.Forms.CameraCaptureDialog camera = new
Microsoft.WindowsMobile.Forms.CameraCaptureDialog();
camera.Mode =
Microsoft.WindowsMobile.Forms.CameraCaptureMode.VideoOnly;
camera.StillQuality =
Microsoft.WindowsMobile.Forms.CameraCaptureStillQuality.High;
camera.Owner = this;
if (camera.ShowDialog() == DialogResult.OK)
{
}
Message : An unknown error occured.

I tried to with a C++ library and the SHCameraCapture(ref
shCamCapture); function
but without success.

Do you have exemple in C# or C++ library?

Best regards.
 
Reply With Quote
 
 
 
 
Jamal Samedov
Guest
Posts: n/a
 
      29th Apr 2010
There are SDKs for camera with demo examples and with source code.
I had tested one it works however I had not yet come to the point to
implement it in mine software.
The name of SDK is M3SkyCamera.
Probably there are more search on internet.

J.N. Samedov,

"Xavier PACOTTE" <(E-Mail Removed)> wrote in message
news:e597a6ad-b6c8-44bd-85ee-(E-Mail Removed)...
> Hello,
>
> CF 3.5
> WM 6.5
> Langage C#
>
> I want to take pictures with my PDA and DOTNET.
> For several weeks, I have an error when I use the following code:
>
> Microsoft.WindowsMobile.Forms.CameraCaptureDialog camera = new
> Microsoft.WindowsMobile.Forms.CameraCaptureDialog();
> camera.Mode =
> Microsoft.WindowsMobile.Forms.CameraCaptureMode.VideoOnly;
> camera.StillQuality =
> Microsoft.WindowsMobile.Forms.CameraCaptureStillQuality.High;
> camera.Owner = this;
> if (camera.ShowDialog() == DialogResult.OK)
> {
> }
> Message : An unknown error occured.
>
> I tried to with a C++ library and the SHCameraCapture(ref
> shCamCapture); function
> but without success.
>
> Do you have exemple in C# or C++ library?
>
> Best regards.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Take picture with Camera and send picture to device through BT tony Microsoft Dot NET Compact Framework 2 27th Dec 2008 05:54 PM
How to insert picture from camera? John Smith Microsoft Word New Users 2 27th Oct 2004 06:39 PM
Inserting Picture from Camera =?Utf-8?B?R2FyeSBI?= Microsoft Excel Programming 0 11th Jul 2004 07:00 AM
getting camera picture Saso Zagoranski Microsoft C# .NET 3 4th Sep 2003 05:20 PM
Re: camera wizard for picture cd's Yves Alarie Windows XP Photos 2 29th Jul 2003 02:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 PM.