Jason94
Jason94

Reputation: 13620

How can I stream video from the camera to a <Image>

Im making an app that should let the user see video from the camera on the back of the phone in a small frame in my app (300x300)

But im having some problems fetching the stream. I've tried a CameraCaptureTask but does not work on my phone. I seems to open the video app and them close it, returning to the app, right away

Upvotes: 0

Views: 121

Answers (1)

William Melani
William Melani

Reputation: 4268

Check out the Basic Camera Sample from here: Code Samples for Windows Phone

It's an excellent, fully featured example of probably everything you'll need for your project.

Here's the 'walkthrough' version if you're interested: How to: Create a Base Camera Application for Windows Phone

Upvotes: 1

Related Questions