The time this image is captured

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public DateTime Timestamp { get; set; }
Visual Basic (Declaration)
Public Property Timestamp As DateTime
Visual C++
public:
property DateTime Timestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also