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
[Japanese]
After updating to Build 1516, when the camera's custom resolution was set using “config.json,” the vertical and horizontal values were reversed and the shooting was taken.
What's in config.json
{
“camera_res_width”: 3840,
“camera_res_height”: 2160,
“screenshot_res_width”: 3840,
“screenshot_res_height”: 2160
}
Expected resolution 3840x2160
Recorded file 2160x3840
·