Click or drag to resize

VirtualCameraDeviceInfo Class

This class represents the PvDeviceInfo class in the JAI camera API. In case of this emulator the device info is just an identifying string "Virtual camera 1" to "Virtual camera 4".
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CamerasPlugin.EmulatorVirtualCameraDeviceInfo

Namespace: RAYLASE.Marker.CamerasPlugin.Emulator
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public class VirtualCameraDeviceInfo

The VirtualCameraDeviceInfo type exposes the following members.

Constructors
 NameDescription
Public methodVirtualCameraDeviceInfo Four cameras ("Virtual camera 1" to "Virtual camera 4") will be created in method CameraEmulator.RetrieveCameraInfos().
Top
Properties
 NameDescription
Public propertyDisplayID This string identifies the camera. Four cameras ("Virtual camera 1" to "Virtual camera 4") will be created in method CameraEmulator.RetrieveCameraInfos().
Top
See Also