Commit 504ad9fc authored by Mikhail Karpenko's avatar Mikhail Karpenko

Change channel size to 64 Mib

parent 46d38c5e
...@@ -1155,7 +1155,7 @@ class X393SensCmprs(object): ...@@ -1155,7 +1155,7 @@ class X393SensCmprs(object):
histogram_top = None, histogram_top = None,
histogram_width_m1 = None, # 2559, #0, histogram_width_m1 = None, # 2559, #0,
histogram_height_m1 = None, # 799, #0, histogram_height_m1 = None, # 799, #0,
circbuf_chn_size= 0x1000000, #16777216 circbuf_chn_size= 0x4000000, # 64 Mib
verbose = 1): verbose = 1):
""" """
Setup one sensor+compressor channel (for one sub-channel only) Setup one sensor+compressor channel (for one sub-channel only)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment