c# - Windows.Phone.Media.Capture.PhotoCaptureDevice is obsolete ...? -


I am working on a camera app and I need advanced settings like Exposure, ISO and so on. According to

(19th August 2014), or instead of the "camera" class, I have to use the "Photocaptor Devices" class.

The problem is that when I got this Visual Studio Premium 2013 Update 3 with a Windows Phone 8.1 project, I got the following warming:

'windows.phone. Media. Capture.FotCaptorDevice 'is obsolete:' windows.phone Media. Capture will not be available in future versions of Windows Phone Who believes to listen to the Windows Story or MSDN manual?

Use Windows Media from Windows Phone Blue. Capture 'instead of'

It is very easy to use.

The full example application is available here:

Your mediacat is named mc , assuming Advanced settings


  mc.VideoDeviceController structure  


And you can set these settings to do something like this:

  / Set the brightness (0 representing the empty space and 10000 representing pure white) mc.VideoDeviceController.Brightness.TrySetValue (5000);  

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -