Ivan
Ivan

Reputation: 125

Windows phone 7 - Is it possible to use its camera in Silverlight?

Is it possible to use Windows phone 7's camera in Silverlight in ANY way?

Upvotes: 10

Views: 3201

Answers (3)

Mick N
Mick N

Reputation: 14882

There's a simple code demonstration here showing your to put the camera API to use for Windows Phone 7 apps.

Issues noted from the CTP are since resolved.

How to: Use Choosers for Windows Phone

Upvotes: 3

Skeets
Skeets

Reputation: 1292

The only way to access the camera is CameraCaptureTask. (Note: Unfortunately I don't believe it works in the current Windows Phone Developer Tools CTP.)

Upvotes: 6

Chris Thompson
Chris Thompson

Reputation: 35598

According to this post at the MSDN community forum you cannot access the camera either in Silverlight or XNA. You can ask the user to take a picture and then access that, but you cannot access the camera directly.

Upvotes: 7

Related Questions