Windows Phone 7 条形码扫描库或功能?

发布于 2024-10-07 01:28:31 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

樱花落人离去 2024-10-14 01:28:31

我编写了前面提到的 PhraseMeme Scanner 应用程序,是的,它基于 ZXing 库。该应用程序现已发布到市场,更多信息请访问http://PhraseMeme.com/Scanner

我还将 ZXing 库的 Silverlight 端口上传到 http://silverlightzxing.codeplex.com/。该项目包括使用该库的示例代码以及用于显示和选择示例条形码的 BarcodePhotoChooser XAML/CS 页面,因为模拟器不支持相机。我计划向该项目提交错误修复和附加代码,以便其他人也可以在他们的 Windows Phone 7 或 Silverlight 应用程序中使用它。

I wrote the PhraseMeme Scanner app that was mentioned, and yes it is based on the ZXing library. The app has now been released to the marketplace, and more information can be found at http://PhraseMeme.com/Scanner

I also uploaded the Silverlight port of the ZXing library to http://silverlightzxing.codeplex.com/. The project includes sample code for using the library as well as a BarcodePhotoChooser XAML/CS page for displaying and choosing sample barcodes since the emulator does not support the camera. I plan on submitting bug fixes and additional code to this project so that others can also use it in their Windows Phone 7 or Silverlight applications.

梦与时光遇 2024-10-14 01:28:31

WP7 SDK 没有内置从图像中读取条形码的功能。

不过,SDK 确实具有使用 CameraCaptureTask 拍摄照片的功能。这里有一个执行此操作的示例。

如何:使用 Windows Phone 启动器

此外,您还可以查看网上的 .net 项目,该项目提供了从提供的图像中读取条形码的功能。例如..

从图像中读取条形码

Microsoft 可能不会开发此功能因为它可以很容易地由第三方 SDK 提供,并且社区中已经有相当多的健康条形码专业知识。

The WP7 SDK does not have the capability built in to read a barcode from an image.

The SDK does have the capability to take the picture though, using CameraCaptureTask.. there is a sample for doing this here.

How to: Use Launchers for Windows Phone

Also, you could take a look at .net projects on the net that offer the capability to read a barcode form a supplied image. For example..

Reading Barcodes from an Image

Microsoft probably won't develop this capability since it can readily be provided by 3rd Party SDKs and there is fairly health barcode expertise out there in the community already.

梦里梦着梦中梦 2024-10-14 01:28:31

市场上有多种应用程序具有此功能,其中之一可能列出了用于读取条形码的组件:
http://wp7applist.com/search/?q=barcode

有一个 C# 版本的 ZXing来自 Google 的与 Windows Phone 7 兼容的:
http://code.google.com/p/zxing/source /browse/trunk#trunk/csharp

http://sviluppomobile .blogspot.com/2010/08/wp7-zxing-barcode.html

更新此应用程序似乎使用 ZXing 并将发布其代码:
http://www.phrasememe.com/scanner/

There are several applications in the marketplace having this feature, maybe one of them list the component used to read the barcodes:
http://wp7applist.com/search/?q=barcode

There's a C# version of ZXing from Google compatible with Windows Phone 7:
http://code.google.com/p/zxing/source/browse/trunk#trunk/csharp

http://sviluppomobile.blogspot.com/2010/08/wp7-zxing-barcode.html

Update this app seems to use ZXing and will release their code:
http://www.phrasememe.com/scanner/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文