"premature end of data segment"
ret,frame = cap.read() ret = cap.set(3,320) and ret = cap.set(4,240)
after adding the second statement of code, it sows premature end of data segment !
help me with the right syntax.
add a comment