Microsoft.WindowsMobile.Forms.CameraCaptureDialog cameraCapture = new Microsoft.WindowsMobile.Forms.CameraCaptureDialog();
cameraCapture.Resolution = new Size(100, 100);
cameraCapture.Owner = panel1;
cameraCapture.ShowDialog();
cameraCapture.Resolution = new Size(100, 100);
cameraCapture.Owner = panel1;
cameraCapture.ShowDialog();