CameraCaptureDialog + OMNIA

  • Thread starter Thread starter A.Rocha
  • Start date Start date
A

A.Rocha

I have a problem with managed camera API (using CameraCaptureDialog from Microsoft.WindowsMobile.Forms.dll).

When I take picture, it works fine but it didn't return the filename for me (FileName property is empty string).

if (ccd.ShowDialog() == DialogResult.OK)

I can't intercept the dialog result. I tested on HTC Touch Diamond and it works fine.


If you know how to work with Omnia's camera in C# or where can I find working camera API please help me.
 
Hi Rocha,

We are using Samsung Omnia i900...

Did you return back by clicking envelope button in camera application?
In our Omnia only that way you can get the filename.

Rgds,
Krish
 
Hi Krish,

You are absolutely right. Thanks for your help. You help me a lot... ;)

--
Best regards,
A.Rocha
(Portugal)

"Krish" <[email protected]> escreveu na mensagem
Hi Rocha,

We are using Samsung Omnia i900...

Did you return back by clicking envelope button in camera application?
In our Omnia only that way you can get the filename.

Rgds,
Krish
 
Back
Top