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!
Acktie Mobile QR - Has anyone used this QR reader module
Hi all, Has anyone used the Acktie Mobile QR module yet? I need to know which versions of Android it supports. The official Appcelerator bar code scanner doesn't support Android 4.0+.. so I'm hoping this Acktie module does. Thanks, Lee
QR reader for iOS Device
Does anyone have a solution to read QR on an iOS device? ZXing works amazing on Android devices and TiBar works fine on the simulator but it fails on the device... any help? Thank you!
QR Scanner Without Titanium Plus
Hi, I am currently planning on building a QR Scanner into an existing iPhone app. I know that Titanium Plus contains a barcode scanner module for paying Titanium customers, but I was wondering whether there are any open source solutions out there of if...
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...
Generating of QR as canvas webview on Android
Hi, I have [modified code](http://pastie.org/4097220) the [QREnc](http://code.google.com/p/jsqrencode/downloads/list) for using in Titanium. I works fine on iPhone, but not on Android. The screen leaves empty (like using of highcharts, which also works...
Qr Code
Hello, is there any solution for Scanning and encoding Qr Code on iPhone using Titanium??
Error using Ti.barcode
Hi all, I'm trying to build an app that runs on both android and iphone, using the ti.barcode module. When I try to build, the console shoots this error out: ~~~ [INFO] One moment, building ... [DEBUG] Detecting modules in...
QR and AR app development using Titanium
Greeting All, What I want to do is iPhone app will scan QR code, then it will auto load "Augmented Reality" content from somewhere. Actually something like this as example...
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...
Application to read QR-Code
I need to able to click a button, take a picture from the camera and decode the QR-code on that. Is that possible?
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