Click or drag to resize

FrameInfo Class

Various information for a frame
Inheritance Hierarchy
SystemObject
  Zivid.NETFrameInfo

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class FrameInfo

The FrameInfo type exposes the following members.

Constructors
  NameDescription
Public methodFrameInfo
Constructor
Public methodFrameInfo(String)
Construct FrameInfo by loading from file
Top
Properties
  NameDescription
Public propertySoftwareVersion
Public propertySystemInfo
Public propertyTimeStamp
The time of frame capture
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodStatic memberFromSerialized
Construct a new FrameInfo instance from a previously serialized string
Public methodLoad
Load from the given file
Public methodSave
Save to the given file
Public methodSerialize
Serialize to a string
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also