Set Camera Resolution

Hi,

This seems like a simple question but my c# is not great.

How do I set the resolution of the camera - could someone share a bit of code?

Thanks.

Sorry I just answered my own question.

camera.CurrentPictureResolution = Camera.PictureResolution.Resolution160x120;

I wasn’t finding the Camera.PictureResolution class.