CameraCaptureDialog: unable to change resolution

  • Thread starter Thread starter cyberco
  • Start date Start date
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); //1600x1200 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
Fujitsu-Siemens Pocket Loox T830
 
Is there anybody here that is able to change the camera resolution
succesfully?
It looks like a bug to me.
 
Back
Top