Open YuNayeong opened 1 year ago
FCA 알고리즘 구현에 필요한 데이터를 수신하기 위한 환경 구축 및 기능 구현입니다.
[x] RC Car 실시간 주행 데이터
def load_capture():
capture = cv2.VideoCapture("http://10.10.141.2:5000/video_feed")
return capture
Description
FCA 알고리즘 구현에 필요한 데이터를 수신하기 위한 환경 구축 및 기능 구현입니다.
Todo
[x] RC Car 실시간 주행 데이터
capture = cv2.VideoCapture("http://10.10.141.2:5000/video_feed")
return capture