Im building an application for IPad and I am using ZBar.
The image containing the barcode data is a UIImage called TempUIImage.  How can I use ZBar to detect the value of the barcode and it's location.
Note: I don't want want  the camera preview at all as the TempUIImage is an UIImage that should be taken from another application.
 
                        
You can use
ZBarImageScannerclass. Here there is a complete documentation ZBarImageScannerHere there is an example on how to use it (I don't tested it on device):