X
Xavier PACOTTE
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.
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.