I am using python version of Zbar, I can successfully read the barcode data using the 'processory.py' given in the examples section. The question is, how can I find the coordinates (X,Y position) of a barcode in the given image/video? I greatly appreciate any help on this.

Thank you