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:

Camera.AvailableCameras

Properties#

Connection

Name

SerialNum

IPv4

Camera ‘s IP address, if it is available via TCP/IP

IsOpen

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.

Methods#