E2E-MLT icon indicating copy to clipboard operation
E2E-MLT copied to clipboard

Read by image instead of read by videocapture

Open hai19991331 opened this issue 5 years ago • 2 comments

hai19991331 avatar Aug 23 '19 11:08 hai19991331

i changed my code in demo.py file but it won't work cap = cv2.VideoCapture("/content/drive/My Drive/E2E-MLT/images/00139.jpg")

cap.set(cv2.CAP_PROP_AUTOFOCUS, 1) ret, im = cap.read()

Plsss help me with this

hai19991331 avatar Aug 23 '19 11:08 hai19991331

You need change to im = cv2.imread("/content/drive/My Drive/E2E-MLT/images/00139.jpg")

josedossantos10 avatar Oct 07 '19 18:10 josedossantos10