TimedImageTColor, TDepthTimestamp Property |
http://www.emgu.com
The time this image is captured
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic DateTime Timestamp { get; set; }
Public Property Timestamp As DateTime
Get
Set
public:
property DateTime^ Timestamp {
DateTime^ get ();
void set (DateTime^ value);
}
member Timestamp : DateTime with get, set
Property Value
Type:
DateTime
See Also