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