Get string representation of the frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type:
StringFrame info as string
Remarks
If the capture is still in-progress, then this method will block until the capture completes.
See Also