fix: 修复了i2c地址设置问题
This commit is contained in:
@@ -357,7 +357,7 @@ class Camera
|
||||
logger.Error($"STORE_NUM write returned false for camera at {this.address}:{this.port}");
|
||||
return new(new Exception($"STORE_NUM write returned false for camera at {this.address}:{this.port}"));
|
||||
}
|
||||
}78
|
||||
}
|
||||
|
||||
{
|
||||
var ret = await UDPClientPool.WriteAddr(this.ep, 2, CameraAddr.CAPTURE_ON, 0x01);
|
||||
|
||||
Reference in New Issue
Block a user