Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I was trying to integrate a camera barcode scanner app with one of my application. I searched online and came across the command line barcode scanner called "Zbarcam".The problem is that it scans the barcode and displays the barcode in the command prompt window but i want it to display the scanned barcode where the cursor is placed i.e, inside a textbox.Is there a way to do that? Any ideas or suggestions is highly appreciated. Is there any other camera barcode scanner app that i can integrate with websites?
Posted
Updated 19-Jan-15 2:18am
v2
Comments
ZurdoDev 19-Jan-15 14:41pm    
Most barcode scanners just scan the barcode and dump it to whichever control has focus.
Sergey Alexandrovich Kryukov 19-Jan-15 16:41pm    
This is called "keyboard wedges": Keyboard wedges, which is not the only way.
The inquirer is recommended to address to manufacturer's documentation.
—SA
Xiao Ling 20-Jan-15 0:37am    
You just need to use some barcode SDKs (input images -> output string results), and implement the solution you want.

1 solution

Hey Surajit Das,
If you still have issues with Zbarcam, I can recommend you a good sdk for barcodes. You can find it here, its name is Ozeki Camera SDK. There is a pretty good description about that software, so I hope it will help you.
Good luck!
Regards,
Leon
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900