Ramses.py 积分时间 self.buf[0]

desktop
esea_info 2 years ago
parent 1b6ed48c9d
commit 322db09b9e
  1. 2
      Ramses.py

@ -114,7 +114,7 @@ class Ramses(object):
# 转换一个传感器的部分
def __ConvertBytesToInt(self ) -> None:
self.it = 2 << int(self.buf[1]) # integrated time
self.it = 2 << int(self.buf[0]) # integrated time 已经验证取第一个
# self.it = 2 << int(self.buf[0]) # integrated time
self.light_int = struct.unpack(

Loading…
Cancel
Save