Community Questions & Answers

Image recognition

Hi, does anybody know of a module that will do image recognition with th camera, similar to qr code or barcode recognition? For example point the camera at a magazine advert of a car, and then it recognises it and goes to a website?? Thanks!

ti.barcode help!!!

i just find some information about how to install modules. i put the module folder in this path /Library/Application Support/Titanium/modules , i need to create Titanium/modules cause if doesn´t exist in my computer . then i put this in the xml of my...

Generating of QR in commonJS modul

This i my call: ~~~ var QR = require('/modules/qr'); var qrObj = new QR(25*pix); qrcontainer.add(qrObj.view); qrObj.setCode('blah'); ~~~ and here my modul: ~~~ function QR(width) { if (!(this instanceof QR)) { return new QR(width); } return...

Qr Code

Hello, is there any solution for Scanning and encoding Qr Code on iPhone using Titanium??

Andriod QR scanner

hi everyone, There are lots of posts about tibar which ask about an android version but many are a year old. Any news on the android version? I need to build an app for iPhone android and blackberry with a QR scanner, I am hopeful it can use titanium but...

Decode QR Code

I was wondering if it would even be remotely possible to integrate a QR Code decoder into an app? And how I would go about doing so? Any help would be appreciated! Thanks

Showing 1-13 of 13