Tagged Questions

1
vote
2answers
18 views

Physical Object Detector

Hi all, Is there a device like barcode reader which detect physical objects with webcam or something like that? I am using a barcode reader for a supermarket and my barcode reader …
0
votes
2answers
94 views

Why the barcode did not respond to image capture Command

I am working on write a program that reads and writes from the barcode my problem when writing (send command to barcode) I read in pdf manufacturer barcode that the command of ca …
3
votes
1answer
119 views

image to barcode recognition

Hello, I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/ap …
1
vote
2answers
168 views

How to read a EAN-13 bar-code from an image in C ?

I would like to read a EAN-13 bar-code from an image in C. I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can re …
0
votes
2answers
70 views

WPF Accept input without focus

I've created a screen in WPF that accepts input from a barcode scanner. I listen to PreviewTextInput event, and the KeyUp event, which let's me determine what the scanner "typed", …
0
votes
1answer
43 views

How to commnicate with a PDA built-in scanner using vb.net smart device?

I am developing an application to run on a PDA. The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. I am using Framework 3.5 VB.Net 2008 smart device proje …
1
vote
2answers
52 views

Online passes with Barcode

I have to set up a system for an online-pass generator using barcodes. The module i developed lets the admins set which codes are available, and when a user requests a pass, the …
0
votes
2answers
95 views

Redirect Traffic from NIC to Another NIC On Separate Networks While Using Remoting

The project I'm working on is to handle data capture from scan guns (Pocket PC 2003) and process this data on a host (Win XP) then into our inventory database on a separate server …
2
votes
3answers
1k views

Reading a barcode using a USB barcode scanner along with ignoring keyboard data input while scanner product id and vendor id are not known.

Is there a way to read from a USB barcode reader while ignoring the keyboard and not knowing the PID or VID of the USB scanner? I know that there is a way of differentiating betwee …
3
votes
7answers
906 views

How to distinguish between multiple input devices in C#

I have a barcode scanner (which acts like a keyboard) and of course I have a keyboard too hooked up to a computer. The software is accepting input from both the scanner and the key …