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.
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.