Page 257 - MDP2022-2
P. 257
cv2.imshow("seat11", s11)
elif seat1 == 12:
cv2.imshow("seat12", s12)
if id =="jaeseok":
flag2 = flag2 + 1
if flag2 == 1:
if seat2 == 1:
cv2.imshow("seat1", s1)
elif seat2 == 2:
cv2.imshow("seat2", s2)
elif seat2 == 3:
cv2.imshow("seat3", s3)
elif seat2 == 4:
cv2.imshow("seat4", s4)
elif seat2 == 5:
cv2.imshow("seat5", s5)
elif seat2 == 6:
cv2.imshow("seat6", s6)
elif seat2 == 7:
cv2.imshow("seat7", s7)
elif seat2 == 8:
cv2.imshow("seat8", s8)
elif seat2 == 9:
cv2.imshow("seat9", s9)
elif seat2 == 10:
cv2.imshow("seat10", s10)
elif seat2 == 11:
cv2.imshow("seat11", s11)
elif seat2 == 12:
cv2.imshow("seat12", s12)
else: