putText(frame, 'fps: ' + str(fps), (0, 200), cv2.FONT_HERSHEY_SIMPLEX, 2, (255,0,255), 5) cv2.putText(frame, 'count: ' + str(frameCount), ...
確定! 回上一頁