C++ Java Unity
Unity Reference
WebCamARController Class Reference

This MonoBehaviour manages the usage of a webcam for Play Mode in Windows or Mac. More...

Inheritance diagram for WebCamARController:
ARController

Static Public Member Functions

static void RegisterARController ()
 

Public Attributes

int RenderTextureLayer
 The layer that will be used to render the background image More...
 

Properties

string DeviceName [get, set]
 The name of the web cam device that is used More...
 
static WebCamARController Instance [get]
 
bool IsPlaying [get]
 If the web cam is currently capturing video More...
 

Detailed Description

This MonoBehaviour manages the usage of a webcam for Play Mode in Windows or Mac.

Member Function Documentation

static void RegisterARController ( )
static

Member Data Documentation

int RenderTextureLayer

The layer that will be used to render the background image

Property Documentation

string DeviceName
getset

The name of the web cam device that is used

WebCamARController Instance
staticget
bool IsPlaying
get

If the web cam is currently capturing video