jloehr / AR-Sandbox

Augmented Sandbox with Unity3D and Kinect
Other
110 stars 39 forks source link

Is there any specific resolution for projector? #4

Closed ArshamSol closed 5 years ago

ArshamSol commented 5 years ago

Is it important to maintain the aspect ratio of Kinect resolution same as the projector?

jloehr commented 5 years ago

No, the Kinect images is not used directly in the rendering process. Instead it is transformed into a 3D mesh, which in turn is rendered through a ordinary Unity camera.