Hello, I am trying to play a video that is kept to the size of the image. I want the video to be constantly resized as the size of the image changes based on distance from it. So if I were to capture an image, a video should overlay that image and as I step back from it, the video (and the image) should get smaller.
Is this possible?
Thanks.
E
Eva
said
about 7 years ago
Hi Jamie,
Yes it is possible to do that. You could have a look at our documentation and samples and find more information on how to achieve that there.
Thanks
Eva
J
Jrwang
said
about 7 years ago
Hi Eva,
Thanks for the reply. I've looked through the documentation but couldn't find the correct keywords to use. What is the keywords for the width/height of the image I am looking to capture?
Thanks,
Jamie Wang
E
Eva
said
about 7 years ago
Hi Jamie,
Resizing the video while you move around your target image is the default behavior of how our SDK works. You only need to define the size of the video initially. Further information can be found here.
Jrwang