xcode 是否有适用于 iPad 2 的条码扫描器 SDK?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5916385/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:58:22  来源:igfitidea点击:

Is there a barcode scanner SDK that works with iPad 2?

objective-cxcodeipadsdkbarcode

提问by Ethan Allen

Is there a barcode scanner SDK that works with iPad 2?

是否有适用于 iPad 2 的条码扫描器 SDK?

I've tried RedLaser 3.0 (I have an account through them) and they don't have native iPad 2 app support... only iPhone apps run on the iPad 2 work. I also tried an iPad 2 hack of ZBar (open source) and although it works, it doesn't work very well.

我已经尝试过 RedLaser 3.0(我有一个帐户),但它们没有原生 iPad 2 应用程序支持……只有在 iPad 2 上运行的 iPhone 应用程序才能工作。我还尝试了 ZBar(开源)的 iPad 2 hack,虽然它有效,但效果不佳。

Any other options out there?

还有其他选择吗?

采纳答案by Codo

Scandit SDK barcode scanner from Mirasense. Their latest version was updated to optimally support the iPad 2.

来自Mirasense 的Scandit SDK 条码扫描器。他们的最新版本已更新,以最佳方式支持 iPad 2。

回答by Rodrigo

ZBar is the best to use. There are a post about it. The unique difference of zbar to iphone and ipad is the screen size, so it is a "little native". But take in mind that the camera of IPad 2 is very bad.... The iPad 2 have 0.7 MP camera(back) and 0.4 MP (front), so will be dificult decode same symbols. It even didn't have autofocus. Only to say, the first iPhone have a 2.0 MP. (Today is 5.0 MP)

ZBar 是最好用的。有一篇关于它的帖子。zbar 与 iphone 和 ipad 的独特区别在于屏幕尺寸,因此是“小原生”。不过,要记住,iPad 2的相机是非常糟糕......iPad 2 有 0.7 MP 摄像头(背面)和 0.4 MP(正面),因此很难解码相同的符号。它甚至没有自动对焦。只能说,第一部 iPhone 有 2.0 MP。(今天是 5.0 MP)

Test with a iPhone program in your iPad if it decode what you want (make no difference the result). If it work, be happy, if not, next year buy the iPad 3.

用你的 iPad 中的 iPhone 程序测试它是否解码了你想要的东西(结果没有区别)。如果可行,请高兴,如果不行,明年就买 iPad 3。

--Edit--

- 编辑 -

Now the ZBar suport iPad 2

现在 ZBar 支持 iPad 2

回答by Lars Wiegman

You might want to take a look at ScannerKit. It's available for both iOS and Android.

您可能想看看 ScannerKit。它适用于 iOS 和 Android。

ScannerKit for iOS: http://shopsavvy.mobi/sdk/

适用于 iOS 的 ScannerKit:http://shopsavvy.mobi/sdk/