C
cyberco
Using a CameraCaptureDialog for taking pictures I want to set the
resolution in my code, but none of the directives gets picked up. It
always uses the camera's default. I've tried both:
======================================
cameraCaptureDialog.Resolution = new Size(1600,1200); //is supported
cameraCaptureDialog.StillQuality = CameraCaptureStillQuality.High;
======================================
The only way to change the resolution is to start the camera by hand,
change the preferences. The new settings will then be used by my
handwritten code.
I'm using:
WM5 + CF2.0
HTC TyTN
resolution in my code, but none of the directives gets picked up. It
always uses the camera's default. I've tried both:
======================================
cameraCaptureDialog.Resolution = new Size(1600,1200); //is supported
cameraCaptureDialog.StillQuality = CameraCaptureStillQuality.High;
======================================
The only way to change the resolution is to start the camera by hand,
change the preferences. The new settings will then be used by my
handwritten code.
I'm using:
WM5 + CF2.0
HTC TyTN