From 0604f194b3d904e4e21b8ce545ccff408e90faba Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 14 Sep 2020 21:29:46 -0700 Subject: [PATCH] bump max vision clients for tici --- selfdrive/camerad/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/camerad/main.cc b/selfdrive/camerad/main.cc index 39dde43750..87a18ebe3d 100644 --- a/selfdrive/camerad/main.cc +++ b/selfdrive/camerad/main.cc @@ -37,7 +37,7 @@ #define UI_BUF_COUNT 4 #define DEBAYER_LOCAL_WORKSIZE 16 #define YUV_COUNT 40 -#define MAX_CLIENTS 5 +#define MAX_CLIENTS 6 extern "C" { volatile sig_atomic_t do_exit = 0;