1

Is there a way to configure the resolution of a CameraCaptureTask in Windows Phone 7?

Hosam Aly
  • 41,555
  • 36
  • 141
  • 182

1 Answers1

2

I don't think it is possible with current SDK. It's up to user to select the resolution while taking a snap.

You can however scale/crop the returned image to your needed resolution.

decyclone
  • 30,394
  • 6
  • 63
  • 80