Is there a way to configure the resolution of a CameraCaptureTask
in Windows Phone 7?
Asked
Active
Viewed 525 times
1

Hosam Aly
- 41,555
- 36
- 141
- 182
1 Answers
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
-
Thanks. That's what I'm doing now, but I was hoping to save the user's time (and battery). – Hosam Aly Jan 11 '11 at 09:08