I configured a custom camera resolution using a "config.json" file.
The width and height values ​​were reversed.
config.json
{
"camera_res_width": 3840,
"camera_res_height": 2160,
"screenshot_res_width": 3840,
"screenshot_res_height": 2160
}
Expected resolution 3840x2160
Saved file 2160x3840
【日本語】
Build1516に更新後、「config.json」を用いてカメラのカスタム解像度を設定したところ、縦と横の値が逆になって撮影されました。
config.jsonの内容
{
"camera_res_width": 3840,
"camera_res_height": 2160,
"screenshot_res_width": 3840,
"screenshot_res_height": 2160
}
想定される解像度 3840x2160
記録されたファイル 2160x3840