简体   繁体   English

读取Microsoft标签

[英]Reading Microsoft tags

You guys are probably aware of Microsoft Tags . 你们可能知道Microsoft标记

We have a barcode gun in our office and I would like to read these tags using C#. 我们办公室里有条码枪,我想用C#读取这些标签。

Any idea how I can go about doing this? 知道我该怎么做吗?

Thanks 谢谢

The Microsoft Tag initiative is based around image recognition, a barcode gun won't have any idea of what to do with a 'Tag', but you can use your phone camera. 微软标签计划以图像识别为基础,条形码枪对“标签”的处理方式一无所知,但是您可以使用手机摄像头。 There's a sample app in the Apple App Store if you have an iPhone, not sure if they've written a version for Windows Mobile yet. 如果您有iPhone,Apple App Store中有一个示例应用程序,不确定它们是否已为Windows Mobile编写了版本。

The principle is that you can resolve the tag to a short alpha-numeric code (think GUID but smaller) and then look that up using Microsoft's register of tags, using Web Services. 原则是您可以将标签解析为短的字母数字代码(认为是GUID,但更小),然后使用Web服务使用Microsoft的标签注册器进行查找。

The question is why? 问题是为什么?

There have been companies spruiking this for years and it just doesn't make sense. 多年来一直有公司在撒谎,但这根本没有道理。

I'd rather have an application that read a URL from a photo, OCR'd it and then punched it into a browser for me. 我希望有一个应用程序可以从照片中读取URL,对其进行OCR识别,然后将其打入浏览器。 That way you get the ability to click and view, but you don't need a phone in your hand to write down the URL. 这样,您就可以单击并查看,但是您无需手持电话即可写下URL。 They're all striving for a vendor lock in. 他们都在努力锁定供应商。

Call me a luddite or blind to the way of the future but I just don't see this as a "killer app". 称我为轻浮的人或对未来的道路视而不见,但我只是不认为这是“杀手级应用”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM