ApplicationCameras Property |
Return a collection of all available cameras. This includes filecameras as well as physical ones
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public IList<Camera> Cameras { get; }
Public ReadOnly Property Cameras As IList(Of Camera)
Get
public:
property IList<Camera^>^ Cameras {
IList<Camera^>^ get ();
}
Return Value
Type:
IListCameraList with camera information for all connected Zivid camera
See Also