Click or drag to resize

Tripwire Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      Ozeki.MediaTripwire

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class Tripwire : VideoHandler

The Tripwire type exposes the following members.

Constructors
 NameDescription
Public methodTripwireInitializes a new instance of the Tripwire class
Top
Properties
 NameDescription
Public propertyDetectionFps 
Public propertyHighlightMotion 
Public propertyID
(Inherited from DisposableClass)
Public propertyIsRunning 
Public propertyLine 
Public propertyLineColor 
Public propertyMotionColor 
Public propertyPixelAmountSensitivy Gets or sets that what percent of the image should changeArgs to be recognized as motion.
Public propertyPixelIntensitySensitivy 
Public propertyReceiveFormats
(Inherited from VideoHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoHandler)
Public methodOnDataReceived
(Overrides VideoHandler.OnDataReceived(Object, VideoData))
Protected methodReceiverConnected
(Inherited from VideoHandler)
Protected methodReceiverDisconnected
(Inherited from VideoHandler)
Protected methodSendData
(Inherited from VideoHandler)
Protected methodSenderConnected
(Inherited from VideoHandler)
Protected methodSenderDisconnected
(Inherited from VideoHandler)
Public methodSetPoints(TripwireLinePosition) 
Public methodSetPoints(Point, Point) 
Public methodSetPreferredSendFormats
(Inherited from VideoHandler)
Protected methodSetSupportedFormats
(Inherited from VideoHandler)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventLinePositionChanged 
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Public eventTripwireMotionDetected 
Public eventTripwireMotionEnteredToLine 
Public eventTripwireMotionLeaveFromLine 
Top
See Also