CameraDescriptor Class
Definition
Namespace: P1.CameraSdk
Brief description of a camera - without necessarily having to open it More…
public class CameraDescriptor
Remarks
Brief description of a camera - without necessarily having to open it
This class is used by the Camera.AvailableCameras method, to return a list of available cameras. You do not have to create instances of the class yourself.
See also:
Properties
Camera ‘s IP address, if it is available via TCP/IP |
|
Boolean stating if the camera is/was opened by this SDK, when the entry was populated. One can register for the SDK-events, SdkEventId.CameraOpened and/or SdkEventId.CameraClosed, for notifications. |