Information about the camera used to capture the frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public CameraInfo CameraInfo { get; }
Public ReadOnly Property CameraInfo As CameraInfo
Get
public:
property CameraInfo^ CameraInfo {
CameraInfo^ get ();
}
Property Value
Type:
CameraInfoRemarks
This method returns instantly, even if the capture is still in-progress.
See Also