|
Uri | ServiceUrl [get] |
| Returns the address of the camera. More...
|
|
VideoPlayer.RtspTransport | RtspTransport [get, set] |
| Returns the RTSP transport type. More...
|
|
override? CameraCredentials | Credentials [get] |
| The credentials to use for authentication More...
|
|
override bool | RequiresAuthentication [get] |
| Returns true if the camera requires authentication in order to access its video profile information and to stream from it. More...
|
|
override bool | IsAuthenticated [get] |
| Returns true if the camera has been successfully authenticated; false otherwise More...
|
|
override string | LocalizedName [get, set] |
| Returns the localized camera name More...
|
|
override CameraPosition | Position [get] |
|
override bool | CanCaptureDepthData [get] |
| Returns true if the camera is able to deliver depth data in addition to video data. More...
|
|
override bool | CanAdjustGainExposure [get] |
| Returns true if the camera supports adjusting gain and exposure. More...
|
|
override Range< float > | GainRange [get] |
| Returns the range of supported gain values. An empty range is returned if gain adjustment is not supported More...
|
|
override float | Gain [get, set] |
| The current camera sensor gain value. More...
|
|
override Range< float > | ExposureRange [get] |
| Returns the range of supported exposure values. Exposure is measured in milliseconds. An empty range is returned if exposure adjustments are not supported. More...
|
|
override float | Exposure [get, set] |
| The current exposure value in milliseconds. Exposure is typically half the frame rate. Exposure time is capped by the frame rate (it can not be longer than the time of a single frame). More...
|
|
override bool | IsAutoGainExposureEnabled [get, set] |
| Controls whether the camera itself should automatically adjust gain and exposure as needed. More...
|
|
String | BackChannel [get, set] |
| Returns BackChannel More...
|
|
String | CashpointId [get, set] |
| Returns CashpointId More...
|
|
bool | LensCorrectionEnabled [get, set] |
| Returns true if lens correction is enabled More...
|
|
double | LensCorrectionFactorK1 [get, set] |
| Returns the k1 lens correction factor More...
|
|
double | LensCorrectionFactorK2 [get, set] |
| Returns the k2 lens correction factor More...
|
|
int | InitialFramePoolSize [get, set] |
| Returns the initial size of the video decoder frame pool. More...
|
|
override CameraConfiguration | Configuration [get, set] |
| Returns the camera configuration More...
|
|
override List< IVideoProfile > | Profiles [get, protected set] |
| The available profiles More...
|
|
override IVideoProfile | DefaultProfile [get] |
| Returns the default profile. This is a profile that should be used for capturing if you don't have any specific profile selection criteria. Null is returned if the camera has no suitable profiles available. More...
|
|
CameraIdentifier | Identifier [get] |
| Returns the globally unique camera identifier. More...
|
|
CameraType | CameraType [get] |
| Returns the type of the camera. More...
|
|
abstract string | LocalizedName [get, set] |
| Returns the localized camera name. More...
|
|
abstract CameraPosition | Position [get] |
| Returns the position of the camera. More...
|
|
abstract bool | CanCaptureDepthData [get] |
| Returns true if the camera is able to deliver depth data in addition to video data. More...
|
|
virtual string?? | UserSource [get, set] |
| The user source override. The global default user source will be used if the camera doesn't have its own user source. More...
|
|
virtual bool | MirroringEnabled [get, set] |
| Returns true if the video frames are mirrored about the Y axis; false otherwise. More...
|
|
virtual int | Rotation [get, set] |
| Returns the value by which video frames are rotated clockwise after mirroring. More...
|
|
abstract bool | CanAdjustGainExposure [get] |
| Returns true if the camera supports adjusting gain and exposure. More...
|
|
abstract Range< float > | GainRange [get] |
| Returns the range of supported gain values. An empty range is returned if gain adjustment is not supported More...
|
|
abstract float | Gain [get, set] |
| The current camera sensor gain value. More...
|
|
abstract Range< float > | ExposureRange [get] |
| Returns the range of supported exposure values. Exposure is measured in milliseconds. An empty range is returned if exposure adjustments are not supported. More...
|
|
abstract float | Exposure [get, set] |
| The current exposure value in milliseconds. Exposure is typically half the frame rate. Exposure time is capped by the frame rate (it can not be longer than the time of a single frame). More...
|
|
abstract bool | IsAutoGainExposureEnabled [get, set] |
| Controls whether the camera itself should automatically adjust gain and exposure as needed. More...
|
|
bool | CanCrop = true [get, protected set] |
| Is cropping supported. More...
|
|
virtual bool | CroppingEnabled [get, set] |
| Is cropping enabled. More...
|
|
virtual ? RectangleF | CropRectangle [get, set] |
| The video crop rectangle in a normalized coordinate system from 0-1 with the origin in the top left corner. The video frame is cropped from the native resolution to this rectangle. If this is nil no cropping will occur. More...
|
|
float | FrameRateReduction [get, set] |
| Frame rate reduciton ratio (1.0 - no reduction). More...
|
|
abstract CameraConfiguration | Configuration [get, set] |
| Returns the camera configuration. More...
|
|
virtual bool | ContrastEnhancementEnable [get, set] |
| Enables / disables contrast enhancement. More...
|
|
virtual double | LowLightThreshold [get, set] |
| Contrast enhancement low light threshold. More...
|
|
virtual double | ExposureBoost [get, set] |
| Contrast enhanement exposure boost. More...
|
|
virtual bool | DetectionOnlyContrastEnhancement [get, set] |
| Enables / disables deferring of contrast enhancement from the camera side to the face detector side. More...
|
|
abstract List< IVideoProfile > | Profiles [get, protected set] |
| The available profiles. More...
|
|
abstract IVideoProfile | DefaultProfile [get] |
| Returns the default profile. This is a profile that should be used for capturing if you don't have any specific profile selection criteria. Nil is returned if the camera has no suitable profiles available. More...
|
|
bool | IsConnected [get] |
| Returns true if the camera is connected and false if it got disconnected / removed. More...
|
|
abstract ? CameraCredentials | Credentials [get] |
| The credentials to use for authentication. More...
|
|
abstract bool | RequiresAuthentication [get] |
| Returns true if the camera requires authentication in order to access its video profile information and to stream from it. More...
|
|
abstract bool | IsAuthenticated [get] |
| Returns true if the camera has been successfully authenticated; false otherwise. More...
|
|
virtual int | MetadataPort [get, set] |
| The metadata ip port. More...
|
|
bool | ShouldRestartCaptureSession = false [get, set] |
| The metadata ip port. More...
|
|
DirectionOfTravelDescriptor | DirectionOfTravelDescriptor [get, set] |
| Unauthorized direction configuration. More...
|
|