• Introduction
  • Programmer's Guide
  • Technical Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • ic4
      • BufferPool
      • DeviceEnum
      • DeviceInfo
      • Display
      • DisplayNotation
      • DisplayRenderPosition
      • DisplayStatistics
      • DisplayType
      • EmbeddedDisplay
      • ErrorCode
      • ExternalOpenGLDisplay
      • FloatRepresentation
      • FloatingDisplay
      • FrameMetaData
      • Grabber
      • HandleObject
      • IBufferAllocator
      • IC4Exception
      • IDisplay
      • ImageBuffer
      • ImageBuffer.CopyOptions
      • ImageBufferExtensions
      • ImageBufferExtensionsOpenCvSharp
      • ImageType
      • IntRepresentation
      • Interface
      • Library
      • LogLevel
      • LogTarget
      • PixelFormat
      • PixelFormatExtensions
      • PngCompressionLevel
      • PropBoolean
      • PropCategory
      • PropCommand
      • PropEnumEntry
      • PropEnumeration
      • PropFloat
      • PropId
      • PropIdBoolean
      • PropIdCommand
      • PropIdEnumeration
      • PropIdFloat
      • PropIdInteger
      • PropIdRegister
      • PropIdString
      • PropInteger
      • PropRegister
      • PropString
      • Property
      • PropertyIncrementMode
      • PropertyMap
      • PropertyType
      • PropertyVisibility
      • QueueSink
      • QueueSinkConnectedEventArgs
      • QueueSinkEventArgs
      • QueueSinkQueueSizes
      • Sink
      • SinkMode
      • SinkType
      • SnapSink
      • SnapSinkAllocationStrategy
      • StreamSetupOption
      • StreamStatistics
      • TransportLayerType
      • VersionInfoFlags
      • VideoWriter
      • VideoWriterType

    Class StreamStatistics

    Contains statistics counters that can be used to analyze the stream behavior and identify possible bottlenecks.

    Inheritance
    object
    StreamStatistics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ic4
    Assembly: ic4dotnet.dll
    Syntax
    public class StreamStatistics
    Remarks

    To obtain stream statistics, use StreamStatistics.

    Properties

    DeviceDelivered

    Number of frames delivered by the device

    Declaration
    public ulong DeviceDelivered { get; }
    Property Value
    Type Description
    ulong

    Number of frames delivered by the device

    DeviceTransformUnderrun

    Number of frames dropped by the device driver because there was no free buffer available in the pre-transform queue

    Declaration
    public ulong DeviceTransformUnderrun { get; }
    Property Value
    Type Description
    ulong

    Number of frames dropped by the device driver because there was no free buffer available in the pre-transform queue

    DeviceTransmissionError

    Number of frames dropped because of transmission errors, e.g. unrecoverable packet loss

    Declaration
    public ulong DeviceTransmissionError { get; }
    Property Value
    Type Description
    ulong

    Number of frames dropped because of transmission errors, e.g. unrecoverable packet loss

    DeviceUnderrun

    Number of frames dropped by the device driver because there was no free image buffer available

    Declaration
    public ulong DeviceUnderrun { get; }
    Property Value
    Type Description
    ulong

    Number of frames dropped by the device driver because there was no free image buffer available

    SinkDelivered

    Number of frames processed by the sink

    Declaration
    public ulong SinkDelivered { get; }
    Property Value
    Type Description
    ulong

    Number of frames processed by the sink

    SinkIgnored

    Number of frames ignored by the sink because the sink was disabled or not instructed to process the data

    Declaration
    public ulong SinkIgnored { get; }
    Property Value
    Type Description
    ulong

    Number of frames ignored by the sink because the sink was disabled or not instructed to process the data

    SinkUnderrun

    Number of frames dropped by the sink because there was no free image buffer available

    Declaration
    public ulong SinkUnderrun { get; }
    Property Value
    Type Description
    ulong

    Number of frames dropped by the sink because there was no free image buffer available

    TransformDelivered

    Number of frames delivered by the transform element

    Declaration
    public ulong TransformDelivered { get; }
    Property Value
    Type Description
    ulong

    Number of frames delivered by the transform element

    TransformUnderrun

    Number of frames dropped by the transform element because there was no free image buffer available

    Declaration
    public ulong TransformUnderrun { get; }
    Property Value
    Type Description
    ulong

    Number of frames dropped by the transform element because there was no free image buffer available

    In this article
    Copyright ©️ 2024 The Imaging Source Europe GmbH www.theimagingsource.com