[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-22 10:57:21 +03:00
parent 5ecdbfbec1
commit e38ce021fd

@ -1034,7 +1034,7 @@ def kernel_15(
t9 = cv2.VideoCapture(t6)
t9.set(cv2.CAP_PROP_POS_FRAMES, t7)
t10 = cv2.read()
t10 = t9.read()
cv2.release()
t11 = t10[1]
t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB)