test
This commit is contained in:
parent
b900ca013e
commit
6ae5581e10
@ -25,7 +25,7 @@ class Plugin_OBJ():
|
|||||||
chunk_counter += 1
|
chunk_counter += 1
|
||||||
self.fhdhr.logger.debug("Reading Chunk #%s" % chunk_counter)
|
self.fhdhr.logger.debug("Reading Chunk #%s" % chunk_counter)
|
||||||
|
|
||||||
chunk = vid_cap.read()
|
ret, chunk = vid_cap.read()
|
||||||
|
|
||||||
if not chunk:
|
if not chunk:
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user