C# Class IPCamControl, UnityComponents

Inheritance: MonoBehaviour
Datei anzeigen Open project: DifferentMethods/UnityComponents

Public Properties

Property Type Description
password string
streamOnStart bool
texture Texture2D
url string
username string

Public Methods

Method Description
CameraControl ( int param, int value ) : void
Center ( ) : void
Decoder ( int command ) : void
Down ( ) : void
HorizonPatrol ( ) : void
IOOutputHigh ( ) : void
IOOutputLow ( ) : void
Left ( ) : void
Reboot ( ) : void
Right ( ) : void
Set50hzMode ( ) : void
Set60HzMode ( ) : void
SetBrightness ( int brightness ) : void
SetContrast ( int contrast ) : void
SetFlipAndMirror ( int e ) : void
SetHighResolution ( ) : void
SetLowResolution ( ) : void
SetOutdoorMode ( ) : void
Snapshot ( ) : void
Start ( ) : void
StartStream ( ) : void
StopDown ( ) : void
StopHorizonPatrol ( ) : void
StopLeft ( ) : void
StopRight ( ) : void
StopStream ( ) : void
StopUp ( ) : void
StopVerticalPatrol ( ) : void
Up ( ) : void
VerticalPatrol ( ) : void

Private Methods

Method Description
StreamSnapshots ( ) : IEnumerator
URL ( string path ) : string

Method Details

CameraControl() public method

public CameraControl ( int param, int value ) : void
param int
value int
return void

Center() public method

public Center ( ) : void
return void

Decoder() public method

public Decoder ( int command ) : void
command int
return void

Down() public method

public Down ( ) : void
return void

HorizonPatrol() public method

public HorizonPatrol ( ) : void
return void

IOOutputHigh() public method

public IOOutputHigh ( ) : void
return void

IOOutputLow() public method

public IOOutputLow ( ) : void
return void

Left() public method

public Left ( ) : void
return void

Reboot() public method

public Reboot ( ) : void
return void

Right() public method

public Right ( ) : void
return void

Set50hzMode() public method

public Set50hzMode ( ) : void
return void

Set60HzMode() public method

public Set60HzMode ( ) : void
return void

SetBrightness() public method

public SetBrightness ( int brightness ) : void
brightness int
return void

SetContrast() public method

public SetContrast ( int contrast ) : void
contrast int
return void

SetFlipAndMirror() public method

public SetFlipAndMirror ( int e ) : void
e int
return void

SetHighResolution() public method

public SetHighResolution ( ) : void
return void

SetLowResolution() public method

public SetLowResolution ( ) : void
return void

SetOutdoorMode() public method

public SetOutdoorMode ( ) : void
return void

Snapshot() public method

public Snapshot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartStream() public method

public StartStream ( ) : void
return void

StopDown() public method

public StopDown ( ) : void
return void

StopHorizonPatrol() public method

public StopHorizonPatrol ( ) : void
return void

StopLeft() public method

public StopLeft ( ) : void
return void

StopRight() public method

public StopRight ( ) : void
return void

StopStream() public method

public StopStream ( ) : void
return void

StopUp() public method

public StopUp ( ) : void
return void

StopVerticalPatrol() public method

public StopVerticalPatrol ( ) : void
return void

Up() public method

public Up ( ) : void
return void

VerticalPatrol() public method

public VerticalPatrol ( ) : void
return void

Property Details

password public_oe property

public string password
return string

streamOnStart public_oe property

public bool streamOnStart
return bool

texture public_oe property

public Texture2D texture
return Texture2D

url public_oe property

public string url
return string

username public_oe property

public string username
return string