catch zbar.UnsupportedError

This commit is contained in:
ThomasV 2014-06-26 19:23:15 +02:00
parent b5acdab3e9
commit b614a673eb
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ class Plugin(BasePlugin):
try:
proc = zbar.Processor()
proc.init(video_device=self.video_device())
except zbar.UnsupportedError:
return False
except zbar.SystemError:
# Cannot open video device
pass