FIX: copy BambuSource.dll for camera use

Change-Id: If311e2827eda655bf7cd7294f9c0749f1dd7b545
This commit is contained in:
chunmao.guo 2022-12-12 10:12:12 +08:00 committed by Lane.Wei
parent d8f0749474
commit e8d796211d
2 changed files with 59 additions and 33 deletions

View file

@ -55,7 +55,9 @@ private:
void media_proc();
bool get_stream_url(std::string * url = nullptr);
static bool start_stream_service(bool *need_install = nullptr);
static bool get_stream_url(std::string *url = nullptr);
private:
static constexpr wxMediaState MEDIASTATE_IDLE = (wxMediaState) 3;