liveview_world _region的代码定义如下struct LiveviewWorldRegion {
std::string payload_index;
double bottom = 0;
double left = 0;
double right = 0;
double top = 0;
};bottom、left、right、top都是归一化后属于0 到 1的浮点数,表示相机当前liveview视图区域占整个画面的比例,如下图:bottom、left、right、top的值都是 1。bottom、left、right、top可能就是[0.5, 0.5, 0.5, 0.5]。