1

What is difference between Device Camera & Main Camera?

What is use of Device Camera Plane in Device Camera?

At the time of tracking which camera is used?

Steven
  • 166,672
  • 24
  • 332
  • 435
Swapnil
  • 592
  • 3
  • 13
  • 1
    Where in Unity did you find the DeviceCamera and DeviceCamera Planes? – Esa Mar 27 '14 at 09:18
  • After dragging metaio sdk in Hierarchy under the metaioSDK ----Device Camera added & under the device camera CameraPlane is added automatically – Swapnil Mar 27 '14 at 13:31

2 Answers2

1

MainCamera is a camera you have tagged as the "MainCamera" in the scene. As for the DeviceCamera, I have not seen this mentioned in Unity but I'd reckon it is the actual camera of your device.

Esa
  • 1,636
  • 3
  • 19
  • 23
0

In Metaio SDK plugin, the Device Camera refers to the physical camera on the device, while the Main Camera is the virtual camera that renders (or sees) the entire scene on the display. The Camera Plane is used to render the live stream from device camera.

arsalank2
  • 1,683
  • 1
  • 16
  • 25