Hello. I am fiddling with the ARVideo sample and I have added a square 360x360 image as a target with a new video. It works ok but of course the video is square as well.
So I tried to set the size of the new image in the json, like this:
{ "image" : "bunny2.jpg",
"name" : "bunny",
"size" : [320, 240],
"uid" : "001"
},
in order to respect the aspect ratio of the mp4 video, but no matter which values do I set, the result is always a square video, ratio 1:1
What am I doing wrong?
Thanks in advance,
P