fixe cv2 error
This commit is contained in:
parent
7bc397361d
commit
4be8c998b5
2
main.py
2
main.py
@ -43,7 +43,7 @@ if cam.isOpened():
|
|||||||
if TIMER>0:
|
if TIMER>0:
|
||||||
draw.text((130, 300), str(TIMER), font=fontBIG,fill=(255,0,0,255))
|
draw.text((130, 300), str(TIMER), font=fontBIG,fill=(255,0,0,255))
|
||||||
else:
|
else:
|
||||||
cv2.imwrite("Fear_{}.jpg".format(prev))
|
cv2.imwrite("Fear_{}.jpg".format(prev),img)
|
||||||
draw.text((30, 480), "ANALYZING...", font=fontSmall,fill=(255,0,0,255))
|
draw.text((30, 480), "ANALYZING...", font=fontSmall,fill=(255,0,0,255))
|
||||||
img = cv2.cvtColor(np.array(img), cv2.COLOR_RGB2BGR)
|
img = cv2.cvtColor(np.array(img), cv2.COLOR_RGB2BGR)
|
||||||
img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
|
img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
|
||||||
|
Loading…
Reference in New Issue
Block a user