0

Is there a way to take a photo with Zbar library?

I would like to give the user the possibility to take a picture while showing a started ZBarReaderView instance.

P.S.Don't need the image from which the Zbar library read the symbol.

Kara
  • 6,115
  • 16
  • 50
  • 57
user1078065
  • 412
  • 1
  • 5
  • 19

1 Answers1

0
ZBarReaderViewController 

- (void) takePicture
Capture the next available frame and send it over the usual delegate path.
Madman
  • 3,171
  • 2
  • 32
  • 44