Hi, since in the forum we do have the QR code generator. I would like to ask does anyone know how to make a barcode decoder for both code 39 and QR code by using Labview? 
Decode the code by using the image captured by the webcam. 
Does anyone know where can I get any .dll library or zxing library that can be use to decode the both type of code? 
  
http://www.onbarcode.com/products/net_barcode_reader/barcodes/code39.html 
This link do provide the .dll library, but only free for 30 days. 
  
https://code.google.com/p/zxing/ 
This link do provide some of the libraries, but I do face some problems when trying to implement it by using LabView. 
  
And here are some other references: 
http://www.idealsoftware.com/opensource/scan-1d-2d-barcodes-webcam-zxing-opencv-visual-c.html 
http://www.summitsystemsinc.com/programming/qr-code-with-labview/ 
http://stackoverflow.com/questions/9013703/how-to-find-the-location-of-red-region-in-an-image-using-matlab/9014569#9014569 
  
Yes, LabView do provide the both the 1D and 2D decoder in the Vision Development Module, but that one is a licensed software, that means we need to pay. 
  
I hope we can work together to solve for this problem.