Jump to content

CameraCaptureDialog on HTC Touch Diamond


Guest Ferry M

Recommended Posts

Guest Ferry M

Hi,

I need help.

I am developing a Windows Mobile application using CameraCaptureDialog class to capture video clip.

My code :

CameraCaptureDialog cm = new CameraCaptureDialog();

cm.Mode = CameraCaptureMode.VideoWithAudio;

cm.VideoTypes = CameraCaptureVideoTypes.Standard;

cm.ShowDialog();

MessageBox.Show(cm.FileName);

When I tested in HTC Touch Diamond P3700, it appears that my program's working. But the problem occured when I have recorded a video in the CameraCapturedDialog. After a video recorded, in the screen appear 3 buttons:

1. back to my program

2. capture another video

3. delete

When I choose to capture another video, the first video that has been captured gone missing.

Is there any way to keep all the video that has been recorded?

Thank you very much.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.