pref: laser find center point

This commit is contained in:
2026-06-02 16:03:18 +08:00
parent aa16676c74
commit 26ed3c1523
4 changed files with 111 additions and 68 deletions

View File

@@ -54,8 +54,8 @@ class LaserManager:
@property
def laser_point(self):
"""当前激光点(如果启用硬编码,则返回硬编码值)"""
if config.HARDCODE_LASER_POINT:
return config.HARDCODE_LASER_POINT_VALUE
# if config.HARDCODE_LASER_POINT:
# return config.HARDCODE_LASER_POINT_VALUE
return self._laser_point
def get_last_frame_with_ellipse(self):