I have a tablet with Windows 8 installed and I want to create a Metro-Application.
I have a front-facing and a back-facing camera. I’d like to draw the camera stream of any of these sources on a Silverlight rectangle. For Windows Phone 7 I can do that with a VideoBrush in a Rectangle.
How does that work on Windows 8?
And I’m not talking about making pictures with the CameraCaptureUIclass
I have a tablet with Windows 8 installed and I want to create a
Share
I’m sorry, I just found a similar question/answer here:
the answer for my problem is this:
<CaptureElement x:Name="captureElement"/>And the answer about the front-face/back-face camera I found here: