mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
ENH: refine camera status and settings
Change-Id: I2a8c23ca119ff5d38272dad46347704bf457dee0 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -269,11 +269,12 @@ void CameraPopup::check_func_supported()
|
||||
}
|
||||
}
|
||||
|
||||
void CameraPopup::update()
|
||||
void CameraPopup::update(bool vcamera_streaming)
|
||||
{
|
||||
if (!m_obj) return;
|
||||
m_switch_recording->SetValue(m_obj->camera_recording_when_printing);
|
||||
sync_resolution_setting(m_obj->camera_resolution);
|
||||
sync_vcamera_state(vcamera_streaming);
|
||||
|
||||
rescale();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user