J
Jack TREVES
Hello,
I want to use the CameraCaptureDialog in my application which is running on
an HP Hw6915.
I use the following code :
CameraCaptureDialog CamDial = new CameraCaptureDialog();
CamDial.Mode = CameraCaptureMode.Still;
CamDial.StillQuality = CameraCaptureStillQuality.Normal;
CamDial.Title = "MyApp";
CamDial.ShowDialog();
The dialog show correctly. But I have no way to take a picture ! Thera are
no buttons. I have just a menu to define the parameters of a video (not a
photo).
Is this a bug in the Hw6915 ?
Jack TREVES
I want to use the CameraCaptureDialog in my application which is running on
an HP Hw6915.
I use the following code :
CameraCaptureDialog CamDial = new CameraCaptureDialog();
CamDial.Mode = CameraCaptureMode.Still;
CamDial.StillQuality = CameraCaptureStillQuality.Normal;
CamDial.Title = "MyApp";
CamDial.ShowDialog();
The dialog show correctly. But I have no way to take a picture ! Thera are
no buttons. I have just a menu to define the parameters of a video (not a
photo).
Is this a bug in the Hw6915 ?
Jack TREVES