Click or drag to resize

CameraInfoSerialize Method

Serialize to a string

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public string Serialize()

Return Value

Type: String
Remarks
See also FromSerialized(String). The returned string is formatted in YAML, and is compatible with the contents of files saved using Save(String).
See Also