采集bug
This commit is contained in:
tangchao0503
2026-03-31 16:55:21 +08:00
parent e3f882d77b
commit 7e119fbf91
2 changed files with 6 additions and 1 deletions

View File

@ -2159,6 +2159,11 @@ void HPPA::onRecordFinishedSignal_WhenFrameNumberMeet()
QAction* checked = moveplatformActionGroup->checkedAction(); QAction* checked = moveplatformActionGroup->checkedAction();
QString checkedName = checked->objectName(); QString checkedName = checked->objectName();
if (checkedName == "mAction_2AxisMotor_new")//会有多条采集线,中间的某条采集线完成后不代表整个采集过程完成
{
return;
}
std::cout << "停止采集原因:帧数采集完了。" << std::endl; std::cout << "停止采集原因:帧数采集完了。" << std::endl;
ui.action_start_recording->setText(QString::fromLocal8Bit("采集")); ui.action_start_recording->setText(QString::fromLocal8Bit("采集"));

View File

@ -288,7 +288,7 @@ QPushButton:pressed
}</string> }</string>
</property> </property>
<property name="text"> <property name="text">
<string>版本3.0</string> <string>版本3.0.0</string>
</property> </property>
</widget> </widget>
</item> </item>