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 |
DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::Camera::InputName | ( | ) | const |
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
DB_EDGEVIS_SDK OpResult EdgeVisDecoderSDK::Camera::SwitchTo | ( | ) |
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/Camera.h