문제

is it possible to use the c# port of zxing in a Windows Phone 7 project?

I've tried a couple of things but zxing makes use of System.Drawing.Bitmap while that doesn't exist in Silverlight.

도움이 되었습니까?

해결책

There is an .Net port of the ZXing library at http://zxingnet.codeplex.com/ that supports Silverlight and Windows Phone.

다른 팁

System.Drawing.Bitmap isn't implemented on WP7 in this ctp.

I thought you might be interested in checking out this demo of something that has been done with QR codes on the phone.

The library from codeplex (http://silverlightzxing.codeplex.com) uses not up-to-date version of ZXing Library. Here is the port of ZXing 7.1 version to Silverlight.

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