CameraCaptureDialog: unable to change resolution

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
 
C

cyberco

Is there anybody here that is able to change the camera resolution
succesfully?
It looks like a bug to me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top