• Introduction
  • Programmer's Guide
  • Technical Articles
  • API Documentation
  • ic4
  • FrameMetaData
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
      • ImageBufferExtensionsHalconDotNet
      • ImageBufferExtensionsOpenCvSharp
      • ImageBufferExtensionsSystemDrawing
      • ImageBufferExtensionsSystemWindowsMedia
      • ImageType
      • IntRepresentation
      • Interface
      • Library
      • LogLevel
      • LogTarget
      • PixelFormat
      • 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
    • ic4.WinForms
      • Dialogs
      • Display
      • PropertyDialogFlags

    Class FrameMetaData

    A class containing frame metadata, such as frame ID and time stamp.

    Inheritance
    object
    FrameMetaData
    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 FrameMetaData
    Remarks

    To query the frame metadata of an ImageBuffer, use the MetaData property.

    Properties

    DeviceFrameNumber

    The frame number assigned to the image by the video capture device

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

    The frame number assigned to the image by the video capture device.

    The behavior of this value, including starting value and possible rollover is device-specific.

    DeviceTimestampNs

    The time stamp assigned to the image by the video capture device

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

    The time stamp assigned to the image by the video capture device.

    The behavior of this value, including possible resets, its starting value or actual resolution is device-specific.

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