Active
Project:
uCount
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 12:23 UTC
Updated:
8 Mar 2011 at 19:15 UTC
I found this module interesting, but it seems to be depending on the cuecat scanner. It would be cool if it could offer a webcam integration, a bit like http://drupal.org/project/mobile_codes, does.
Comments
Comment #1
ehowland commentedActually uCount does not rely on a cuecat scanner. It will work with most 1d barcode scanners that look to the web browser like a keyboard and can be configured to add a newline at the end of the scan. The only PS2 scanners we have experience with are cuecats, but we have had success with a couple of USB scanners (Motorola, Metrologic [get one with a trigger]) and are interested in exploring some CCD scanners.
The mobile_codes module looks interesting. If I read the web site correctly it will create the codes. That is half the battle, maybe the easy half.
I think the challange with the 2d barcodes will be to get them typing into the web browser. I see a few projects like this one:
http://www.cs.columbia.edu/~hgs/research/projects/iPhone-barcode/report....
This is an iPhone app. It looks like it starts the browser maybe with the URL, probably easier than running in an alternative input mode for the browser.
I would think that to integrate a webcam with a browser you would have to create a module for the browser. A quick google does not turn one up. After getting the webcam entering data then you have to worry about getting the focus in the right place so the data goes into the field you want. uCount does this with Javascript.
uCount's goal is converting over to using the barcode module, which is starting a new version. Maybe they will branch out to 2d as well.
Comment #2
pkej commentedTnx for the information.
If I understand you correctly the supported barcode scanners are abstracted, so if I had a webcam reading the barcode into a flash app and creating the right numeric string, I could in theory integrate that into ucount?
Comment #3
ehowland commentedYes, If the flash can populate the form and submit the form you should be good to go. With these constraints, after the flash was set up I do not think you would have to touch the ucount code.
Comment #4
pkej commentedI think I need to use the ucount somehow, if it is for an application tracking attendance at school, and visitor badges etc, right?
Comment #5
DrewMathers commentedYou can find an example of using a webcam with Drupal in the Webcam Trigger module.