-1

Visual studio 2013 doesn't see System.Windows.Media. I tried to find PresentationCore.dll (like in this case), but i don't have any folder named Framework.

When i try to get this folder from a different source (friend's notebook), I can use System.Windows.Media, but it doesn't compile, because this file has a different architecture. I tried to repair .NET but it had no effect.

If I cannot install this feature, how can I get an image from the camera in real time?

Dave Cousineau
  • 12,154
  • 8
  • 64
  • 80
Kobotan
  • 112
  • 6
  • 1
    possible duplicate of [Photo capture on Windows Store App for Windows Phone](http://stackoverflow.com/questions/23605967/photo-capture-on-windows-store-app-for-windows-phone) – jordanhill123 Jul 20 '14 at 00:31

1 Answers1

1

You should use CaptureElement control: http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.captureelement.aspx

user3224222
  • 362
  • 1
  • 3
  • 8
  • You saved me. Thank to you, i found the same trouble: http://stackoverflow.com/questions/23605967/photo-capture-on-windows-store-app-for-windows-phone – Kobotan Jul 19 '14 at 22:45