Get string representation of the frame
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic 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