Click or drag to resize

DataCamera Class

The DataCamera class is an introspection class that represents a camera.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropDataCamera

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[SerializableAttribute]
public sealed class DataCamera : IDisposable

The DataCamera type exposes the following members.

Constructors
  NameDescription
Public methodDataCamera
Initializes a new instance of the DataCamera class using the specified parameters.
Top
Properties
  NameDescription
Public propertyDepthOfFieldParameters
Gets the depth of field parameters.
Public propertyDepthPolicy
Gets the depth policy defining the strategy used to compute the near and far clipping planes.
Public propertyFov
Gets the field of view of the camera.
Public propertyFovType
Gets the field of view type of the camera.
Public propertyId
Gets the identifier of the camera.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyMotionBlurParameters
Gets the motion blur parameters.
Public propertyName
Gets the name of the camera.
Public propertyPointOfView
Gets the point of view.
Public propertySensor
Gets the sensor assign to the camera.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the DataCamera
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also