"IndentationError: unindent does not match any outer indentation level" : 들여쓰기 에러임
try:
	dcap = frame[0:48, 0:508] #Crop from {x, y, w, h } => {0, 0, 300, 400}
 except :  # 2칸부터 시작  에러 발생  --> 1칸부터 시작하도록
	continue  # pass?
"IndentationError: unindent does not match any outer indentation level" : 들여쓰기 에러임
try:
	dcap = frame[0:48, 0:508] #Crop from {x, y, w, h } => {0, 0, 300, 400}
 except :  # 2칸부터 시작  에러 발생  --> 1칸부터 시작하도록
	continue  # pass?