C# Class RoboOps.Interface.VideoPanel

Show file Open project: RASC-AL/Interface Class Usage Examples

Public Properties

Property Type Description
fps int
height int
imgVideo System.Windows.Forms.PictureBox
lblFps System.Windows.Forms.Label
pan int
tilt int
width int
zoom int

Public Methods

Method Description
UDPServer ( ) : void
VideoPanel ( RoverComm commModule ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MovePTZ ( int P, int T, int Z ) : void
VideoPanel_FormClosing ( object sender, FormClosingEventArgs e ) : void
VideoPanel_KeyPress ( object sender, KeyPressEventArgs e ) : void
barFps_ValueChanged ( object sender, EventArgs e ) : void
barHeight_ValueChanged ( object sender, EventArgs e ) : void
barPan_ValueChanged ( object sender, EventArgs e ) : void
barTilt_ValueChanged ( object sender, EventArgs e ) : void
barWidth_ValueChanged ( object sender, EventArgs e ) : void
barZoom_Scroll ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnApply_MouseClick ( object sender, MouseEventArgs e ) : void
btnChangeCam_Click ( object sender, EventArgs e ) : void
btnChangePTZ_Click ( object sender, EventArgs e ) : void
btnDrivePos_Click ( object sender, EventArgs e ) : void
btnDropPos_Click ( object sender, EventArgs e ) : void
btnPickPos_Click ( object sender, EventArgs e ) : void
imgVideo_Click ( object sender, EventArgs e ) : void
mjpeg_FrameReady ( object sender, FrameReadyEventArgs e ) : void
rbtnCam_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

UDPServer() public method

public UDPServer ( ) : void
return void

VideoPanel() public method

public VideoPanel ( RoverComm commModule ) : System
commModule RoverComm
return System

Property Details

fps public property

public int fps
return int

height public property

public int height
return int

imgVideo public property

public System.Windows.Forms.PictureBox imgVideo
return System.Windows.Forms.PictureBox

lblFps public property

public System.Windows.Forms.Label lblFps
return System.Windows.Forms.Label

pan public property

public int pan
return int

tilt public property

public int tilt
return int

width public property

public int width
return int

zoom public property

public int zoom
return int