diff --git a/selfdrive/camerad/test/tici_zclient/liveyuv.py b/selfdrive/camerad/test/tici_zclient/liveyuv.py index eb5c2f99e9..7b52734c25 100755 --- a/selfdrive/camerad/test/tici_zclient/liveyuv.py +++ b/selfdrive/camerad/test/tici_zclient/liveyuv.py @@ -21,4 +21,4 @@ if __name__ == '__main__': mc = (dat.reshape(H//2, W//2) * 128 + 128).astype(np.uint8) cv2.imshow('model fov', mc) cv2.waitKey(20) - dat.tofile('/home/batman/c3yuv.img') \ No newline at end of file + dat.tofile('/tmp/c3yuv.img') \ No newline at end of file