Click or drag to resize

CvmDeviceInfo Class

Information about the cvm device: version, optical parameters etc.
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.NetCvmDeviceInfo

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public class CvmDeviceInfo

The CvmDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodCvmDeviceInfo
Initializes a new instance of the CvmDeviceInfo class
Top
Properties
  NameDescription
Public propertyBaseline
Distance between optical centers of the camera, m
Public propertyCvmSoftwareVersion
Gets the cvm software version.
Public propertyDeviceVersion
Gets or sets the device version.
Public propertyExternalRosMaster
The external ROS master set that uses CVM devise as a sensor
Public propertyFocalPoint
Camera focal point in pixels
Public propertyFovD
Gets the fov d, degrees
Public propertyFovH
Gets the fov h, degrees
Public propertyFovV
Gets the fov, degrees
Public propertyPrincipalPoint
Principal point of camera (center point), in px
Public propertyProcessingUnit
Gets the device processing unit, e.g. "NVIDIA® Jetson™ TX2 Module"
Public propertySerialNumber
Gets or sets the serial number.
Public propertySupportedImageFormats
Gets the list of supported image formats. Each line represents image format defined as: [Width]x[Height]@[FrameRate]@[Channels]@[BitsPerChannel]
Public propertyTopicPrefix
Prefix attached to each topic of the device
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCamInfo
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
H Simonavicius, 2018.10.18.
See Also