문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

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.)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top