How do I change the Canvas/Window size for the Ar-facetracking part so that it only occupies half of the screen rather than full screen?

I am trying to achieve an effect in which a video would be played on the top half of the screen and Ar facetracting on the bottom half of the screen. To accomplish this, I would need to change the canvas/windows size to fit in space.

If you’re using A-Frame, you can use the embedded component with some custom CSS.
Check out this example: embedded | Evan Carlson | 8th Wall

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.