C# Class CamTimer.WebcamWithPreview

Inheritance: Webcam
Show file Open project: fredrikdev/CamTimer Class Usage Examples

Protected Properties

Property Type Description
m_displacementMap System.Drawing.Bitmap
m_takePictureEnd bool

Private Properties

Property Type Description
DistortedDraw void
TakePicture System.Drawing.Bitmap
TakePictureEnd void

Private Methods

Method Description
DistortedDraw ( byte sourceBuffer, Bitmap displacementMap, Bitmap destBitmap ) : void
TakePicture ( SynchronizedPictureBox pictureControl ) : Bitmap
TakePictureEnd ( ) : void

Property Details

m_displacementMap protected property

protected Bitmap,System.Drawing m_displacementMap
return System.Drawing.Bitmap

m_takePictureEnd protected property

protected bool m_takePictureEnd
return bool