Skip to content

Commit

Permalink
Merge pull request #96 from SainsburyWellcomeCentre/gl-issue-95
Browse files Browse the repository at this point in the history
Remove use of deprecated submodule
  • Loading branch information
glopesdev authored Mar 29, 2022
2 parents 41ce4eb + 0581a6d commit 666cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/preprocess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def videoframes(data):
index = 0

if frameidx != index:
capture.set(cv2.cv2.CAP_PROP_POS_FRAMES, frameidx)
capture.set(cv2.CAP_PROP_POS_FRAMES, frameidx)
index = frameidx
success, frame = capture.read()
if not success:
Expand Down

0 comments on commit 666cff6

Please sign in to comment.