I was working on a project where I need to measure the distance between two markers.
cap = cv2.VideoCapture(0)
ret, frame = cap.read()
**the "ret" = true the frame =. is also giving values. **
But the thing is I am not getting any output. TMI(if needed) : Yes, this was my usb webcamera ret and frame values
**My expected output is distance = x **
Has anyone faced this issue?