Brianswer
Brianswer

Reputation: 354

Black&White Camera Capture WinJS

Is it possible to open the camera capture and force it to take black&white pictures?

Upvotes: 1

Views: 282

Answers (1)

devhammer
devhammer

Reputation: 1384

The CameraCaptureUI API doesn't provide the ability to change the color/BW of the camera, but you can add a media capture filter to make the change.

This SDK sample should give you what you need...be aware that to add the grayscale filter requires a C++ project (which is included in the sample):

http://code.msdn.microsoft.com/windowsapps/Media-Capture-Sample-adf87622

Upvotes: 1

Related Questions