Everything is there in 4:3 aspect ratio. In 16:9 a short strip at the bottom is missing.
Thanks, I've checked this in, so the autobuilds after 4714 should be correct in 4:3 at least.
1) The PROPCASE_ASPECT_RATIO value, =return get_prop(require'propcase'.ASPECT_RATIO) or for video, the VIDEO_RESOLUTION value.
It says:
> =return get_prop(require'propcase'.ASPECT_RATIO)
187:return:1
What I meant was the value in each different aspect ratio, like
0 = 4:3, 1 = 16:9, 2 = 3:2, 3 = 1:1
It will probably be the exact values listed above (unless some don't exist on this camera), but I'd like to confirm.
Same for =return get_prop(require'propcase'.VIDEO_RESOLUTION) in different video settings. I would expect
5=1920x1080, 4=1280x720, 2=640x480, 1=320x240
Again the camera may not support all of these, but the ones that exist should match.