10 #include <json/json.h>
12 #include <unordered_map>
45 width_ = value[
"width"].asInt();
46 height_ = value[
"height"].asInt();
47 fps_ = value[
"fps"].asDouble();
bool ConvertFromJsonValue(const Json::Value &value) override
bool ConvertToJsonValue(Json::Value &value) const override
Generic file read and write utility for python interface.