From 504ad9fc5ba4b332bee2dabe21fc3e733a18dac9 Mon Sep 17 00:00:00 2001 From: Mikhail Karpenko Date: Mon, 6 Jun 2016 14:38:55 -0600 Subject: [PATCH] Change channel size to 64 Mib --- py393/x393_sens_cmprs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py393/x393_sens_cmprs.py b/py393/x393_sens_cmprs.py index a5d34a0..47fa04d 100644 --- a/py393/x393_sens_cmprs.py +++ b/py393/x393_sens_cmprs.py @@ -1155,7 +1155,7 @@ class X393SensCmprs(object): histogram_top = None, histogram_width_m1 = None, # 2559, #0, histogram_height_m1 = None, # 799, #0, - circbuf_chn_size= 0x1000000, #16777216 + circbuf_chn_size= 0x4000000, # 64 Mib verbose = 1): """ Setup one sensor+compressor channel (for one sub-channel only) -- 2.18.1