ENH: add sync status for main frame

jira: none
Change-Id: Ie718baf4928d8c6cb336ea1f2a78de1e877d8624
(cherry picked from commit e4b7efada86e22438daa7000ee06629f32fc4369)
(cherry picked from commit a9e179a0abd6a6518b344de65b47db94e41b47ea)
This commit is contained in:
zhimin.zeng
2024-12-20 21:27:38 +08:00
committed by Noisyfox
parent db026b7f87
commit 6dff86bc1c
4 changed files with 162 additions and 6 deletions

View File

@@ -1167,7 +1167,7 @@ public:
bool is_connecting();
void set_online_state(bool on_off);
bool is_online() { return m_is_online; }
bool is_info_ready();
bool is_info_ready() const;
bool is_camera_busy_off();
std::vector<std::string> get_resolution_supported();