Tanoda
TBEasyWebCam.EasyWebCam Class Reference
Inheritance diagram for TBEasyWebCam.EasyWebCam:

Static Public Member Functions

static void Play ()
 Play this instance. More...
 
static void Stop ()
 Stop this instance. More...
 
static void setPreviewResolution (ResolutionMode resolutionMode)
 Sets the preview resolution. More...
 
static void TakePhoto ()
 Takes the photo. More...
 
static void setFocusMode (FocusMode paramode)
 Sets the focus mode. More...
 
static void tapFocus ()
 
static void setFlashMode (FlashMode paramode)
 Sets the flash mode. More...
 
static void setTorchMode (TorchMode paramode)
 Sets the torch mode. More...
 
static void SwitchCamera (int mode)
 
static int Width ()
 
static int Height ()
 
static int getFrame ()
 
static void Release ()
 
static bool isPlaying ()
 
static bool checkPermissions ()
 

Public Attributes

ResolutionMode mCamResolution = ResolutionMode.MediumResolution
 

Static Public Attributes

static IEasyWebCam easyWebCamInterface
 
static FocusMode mFocusMode = FocusMode.AutoFocus
 
static bool isActive = false
 
static string CAMERA_PERMISSION = "android.permission.CAMERA"
 

Properties

static Texture2D WebCamPreview [get]
 
static EasyWebCamStartedDelegate OnPreviewStart
 
static EasyWebCamUpdateDelegate OnPreviewUpdate
 
static EasyWebCamStopedDelegate OnPreviewStoped
 

Detailed Description

Definition at line 7 of file EasyWebCam.cs.

Member Function Documentation

◆ checkPermissions()

static bool TBEasyWebCam.EasyWebCam.checkPermissions ( )
static

Definition at line 268 of file EasyWebCam.cs.

◆ getFrame()

static int TBEasyWebCam.EasyWebCam.getFrame ( )
static

Definition at line 227 of file EasyWebCam.cs.

◆ Height()

static int TBEasyWebCam.EasyWebCam.Height ( )
static

Definition at line 220 of file EasyWebCam.cs.

◆ isPlaying()

static bool TBEasyWebCam.EasyWebCam.isPlaying ( )
static

Definition at line 249 of file EasyWebCam.cs.

◆ Play()

static void TBEasyWebCam.EasyWebCam.Play ( )
static

Play this instance.

Definition at line 122 of file EasyWebCam.cs.

◆ Release()

static void TBEasyWebCam.EasyWebCam.Release ( )
static

Definition at line 244 of file EasyWebCam.cs.

◆ setFlashMode()

static void TBEasyWebCam.EasyWebCam.setFlashMode ( FlashMode  paramode)
static

Sets the flash mode.

Parameters
paramodeParamode.

Definition at line 192 of file EasyWebCam.cs.

◆ setFocusMode()

static void TBEasyWebCam.EasyWebCam.setFocusMode ( FocusMode  paramode)
static

Sets the focus mode.

Parameters
paramodeParamode.

Definition at line 175 of file EasyWebCam.cs.

◆ setPreviewResolution()

static void TBEasyWebCam.EasyWebCam.setPreviewResolution ( ResolutionMode  resolutionMode)
static

Sets the preview resolution.

Parameters
widthWidth.
heightHeight.

Definition at line 152 of file EasyWebCam.cs.

◆ setTorchMode()

static void TBEasyWebCam.EasyWebCam.setTorchMode ( TorchMode  paramode)
static

Sets the torch mode.

Parameters
paramodeParamode.

Definition at line 202 of file EasyWebCam.cs.

◆ Stop()

static void TBEasyWebCam.EasyWebCam.Stop ( )
static

Stop this instance.

Definition at line 136 of file EasyWebCam.cs.

◆ SwitchCamera()

static void TBEasyWebCam.EasyWebCam.SwitchCamera ( int  mode)
static

Definition at line 208 of file EasyWebCam.cs.

◆ TakePhoto()

static void TBEasyWebCam.EasyWebCam.TakePhoto ( )
static

Takes the photo.

Definition at line 166 of file EasyWebCam.cs.

◆ tapFocus()

static void TBEasyWebCam.EasyWebCam.tapFocus ( )
static

Definition at line 182 of file EasyWebCam.cs.

◆ Width()

static int TBEasyWebCam.EasyWebCam.Width ( )
static

Definition at line 213 of file EasyWebCam.cs.

Member Data Documentation

◆ CAMERA_PERMISSION

string TBEasyWebCam.EasyWebCam.CAMERA_PERMISSION = "android.permission.CAMERA"
static

Definition at line 18 of file EasyWebCam.cs.

◆ easyWebCamInterface

IEasyWebCam TBEasyWebCam.EasyWebCam.easyWebCamInterface
static

Definition at line 9 of file EasyWebCam.cs.

◆ isActive

bool TBEasyWebCam.EasyWebCam.isActive = false
static

Definition at line 13 of file EasyWebCam.cs.

◆ mCamResolution

ResolutionMode TBEasyWebCam.EasyWebCam.mCamResolution = ResolutionMode.MediumResolution

Definition at line 11 of file EasyWebCam.cs.

◆ mFocusMode

FocusMode TBEasyWebCam.EasyWebCam.mFocusMode = FocusMode.AutoFocus
static

Definition at line 12 of file EasyWebCam.cs.

Property Documentation

◆ OnPreviewStart

EasyWebCamStartedDelegate TBEasyWebCam.EasyWebCam.OnPreviewStart
staticaddremove

Definition at line 83 of file EasyWebCam.cs.

◆ OnPreviewStoped

EasyWebCamStopedDelegate TBEasyWebCam.EasyWebCam.OnPreviewStoped
staticaddremove

Definition at line 107 of file EasyWebCam.cs.

◆ OnPreviewUpdate

EasyWebCamUpdateDelegate TBEasyWebCam.EasyWebCam.OnPreviewUpdate
staticaddremove

Definition at line 95 of file EasyWebCam.cs.

◆ WebCamPreview

Texture2D TBEasyWebCam.EasyWebCam.WebCamPreview
staticget

Definition at line 20 of file EasyWebCam.cs.


The documentation for this class was generated from the following file: