Get information collected at the time of the capture
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic FrameInfo Info { get; }Public ReadOnly Property Info As FrameInfo
	Get
public:
property FrameInfo^ Info {
	FrameInfo^ get ();
}Property Value
Type: 
FrameInfo
Remarks
If the capture is still in-progress, then this method will block until the capture completes.
See Also