diff --git a/daemon/src/video/video_preferences.h b/daemon/src/video/video_preferences.h index f0abe562f2fb3913b01ce962ffb8b93a45149b1b..53838435f7655e174575687e8b8b9de5142cf35f 100644 --- a/daemon/src/video/video_preferences.h +++ b/daemon/src/video/video_preferences.h @@ -94,10 +94,10 @@ class VideoPreference : public Serializable NON_COPYABLE(VideoPreference); struct VideoDevice { - std::string name; - std::string channel; - std::string size; - std::string rate; + std::string name = ""; + std::string channel = ""; + std::string size = ""; + std::string rate = ""; }; std::shared_ptr<sfl_video::VideoV4l2ListThread> v4l2List_;