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