hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onnection.write(stream.read()) File "/usr/lib/python3.5/socket.py", line 594, in write return self._sock.send(b)BrokenPipeError: [Errno 32] Broken pipe

Shafaeit opened this issue · comments

@Shafaeit It seems a python socket error. Just try to isolate the error, have you tested the connection using stream_server_test.py? If it still doesn't, create the conda environment as mentioned in readme, then try again.

@Shafaeit rc_driver.py has been updated.