Click here to Skip to main content
15,880,503 members

Comments by AbhinavDAIICT (Top 1 by date)

AbhinavDAIICT 25-Oct-13 15:25pm View    
Looks like there is a problem with this line of code
settings.PhotoCaptureSource = Windows.Media.Capture.PhotoCaptureSource.VideoPreview;
VideoPreview supports maximum of 640X480 resolution.
This code works fine on PC and captures pictures at greater resolution too but once I test my app on the Tablet, the maximum resolution that I get is 640X480. Please suggest a workaround