EdgeVisDecoderSDK::Camera Class Reference

Detailed Description

A Camera interface represents a camera connected to an Encoder.

An Encoder may have one or more camera inputs configured and this allows the developer to select the camera as an input or obtain configuration information.

Availability

Available in version 6.0 of Decoder SDK. Requires a server version greater than 6.0

#include <Camera.h>

Public Member Functions

DB_EDGEVIS_SDK int32_t InputId () const
 Gets the camera input ID for the Camera on the Encoder. More...
 
DB_EDGEVIS_SDK std::wstring InputName () const
 Gets the camera input name for the Camera on the Encoder. More...
 
DB_EDGEVIS_SDK OpResult GetCameraInfo (CameraInfo &result) const
 Gets the CameraInfo object containing information about the camera. More...
 
DB_EDGEVIS_SDK OpResult SwitchTo ()
 Instructs the Encoder to switch the current active camera input to this camera. More...
 

Member Function Documentation

DB_EDGEVIS_SDK int32_t EdgeVisDecoderSDK::Camera::InputId ( ) const

Gets the camera input ID for the Camera on the Encoder.

Returns
Input ID for the camera.
DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::Camera::InputName ( ) const

Gets the camera input name for the Camera on the Encoder.

Returns
Input name for the camera.
DB_EDGEVIS_SDK OpResult EdgeVisDecoderSDK::Camera::GetCameraInfo ( CameraInfo result) const

Gets the CameraInfo object containing information about the camera.

This might query the Encoder for information about the camera.

Returns
CameraInfo object for the current Camera.
OpResult
  • OR_Success
  • OR_ConnectionFailed
  • OR_NotConnected (Encoder has disconnected)
  • OR_PermissionDenied (not allowed to get settings)
  • OR_EncoderNotSupported (Encoder is too old)
  • OR_InvalidCameraInput (Input no longer valid)
DB_EDGEVIS_SDK OpResult EdgeVisDecoderSDK::Camera::SwitchTo ( )

Instructs the Encoder to switch the current active camera input to this camera.

This might have to initially query the Encoder for information. A query must be sent to the Encoder (via the Server) to perform the camera switch.

Returns
OpResult
  • OR_Success
  • OR_ConnectionFailed
  • OR_NotConnected (Encoder has disconnected)
  • OR_PermissionDenied (not allowed to get/set settings)
  • OR_EncoderNotSupported (Encoder is too old)

The documentation for this class was generated from the following file: