MX
PTZ parameters in a live stream.
More...
#include <ISupportsRemotePTZ.h>
Inheritance diagram for mx::ISupportsRemotePTZ:
Public Types | |
enum | EEye { eRightEye, eLeftEye, eBothEyes, eAutoEye } |
Public Member Functions | |
virtual EErrorCode | setEye (EEye eEye)=0 |
virtual EErrorCode | setStreamImageSize (u16 uSizeX, u16 uSizeY)=0 |
virtual EErrorCode | setWidthRatio (double dWidthRatioX, double dWidthRatioY)=0 |
virtual EErrorCode | setCenter (double dCenterX, double dCenterY)=0 |
virtual void | updateRemotePTZ ()=0 |
MX
PTZ parameters in a live stream.
|
set center postion of streamed image relating to optical center of the sensor image |
|
select the eye, for which the settings are - if not specified the active eye is used |
|
set image size of stream in pixels |
|
set area of sensor image that has to be streamed, width and height are normalized to FocalWidth |
|
send all changes to the camera |