This commit is contained in:
deathbybandaid 2022-01-25 09:05:09 -05:00
parent bd0532128e
commit e2ca201cb2

View File

@ -26,7 +26,7 @@ class Plugin_OBJ():
chunk_counter += 1
self.fhdhr.logger.debug("Reading Chunk #%s" % chunk_counter)
(grabbed, frame) = vid_cap.read()
grabbed, frame = vid_cap.read()
# check if frame empty
if not grabbed: