FIX: live_view: check camera exist and show ttcode request error

Change-Id: I036006ec4efddf0a5801a6b1d304c9e81555a284
This commit is contained in:
chunmao.guo 2022-09-30 17:54:12 +08:00 committed by Lane.Wei
parent ccd7b7fd7b
commit e87860e033
2 changed files with 23 additions and 12 deletions

View file

@ -61,6 +61,7 @@ private:
std::string m_lan_ip;
std::string m_lan_user;
std::string m_lan_passwd;
bool m_camera_exists = false;
bool m_lan_mode = false;
bool m_tutk_support = false;
wxString m_url;