PTZStream.h
Go to the documentation of this file.
DB_EDGEVIS_SDK OpResult FocusFar()
Instruct the camera to change the focus to be futher away from the camera.
DB_EDGEVIS_SDK OpResult ToggleBacklight()
Toggles the camera's backlight on or off.
DB_EDGEVIS_SDK std::vector< PTZTourInfo > GetPTZTours()
Gets the PTZ tours configured for all camera inputs on the encoder.
DB_EDGEVIS_SDK OpResult Move(int8_t horizontal, int8_t vertical, int8_t zoom)
Issue a V2 PTZ command to the camera to move.
DB_EDGEVIS_SDK OpResult IrisAuto()
Toggles the auto iris control on the camera on or off.
DB_EDGEVIS_SDK bool SupportsVPTZ()
Determines if the PTZ Stream on the Encoder supports Virtual PTZ.
DB_EDGEVIS_SDK OpResult IrisClose()
Instruct the camera to close its iris to reduce the amount of light received in the image...
DB_EDGEVIS_SDK bool SetAddress(int32_t address)
Set the input that PTZ actions should occur on without changing the input being viewed.
DB_EDGEVIS_SDK bool IsVPTZMode() const
Get the current setting for Virtual PTZ Mode.
DB_EDGEVIS_SDK OpResult FocusAuto()
Toggles the auto focus on the camera on or off.
DB_EDGEVIS_SDK bool GetAuxState(int32_t auxCmd)
Get the state of the specified Aux command.
DB_EDGEVIS_SDK OpResult SetPTZTour(PTZTourInfo tour)
Applies the provided tour settings to the encoder.
DB_EDGEVIS_SDK std::vector< PTZCustomCommand > CustomCommands() const
Retrieve a list of the available PTZ Custom Commands for the current camera.
DB_EDGEVIS_SDK OpResult ZoomTele()
Zoom the camera towards the distance, also referred to as zoom in.
DB_EDGEVIS_SDK PTZTourInfo GetPTZTour(int32_t input_id)
Gets the PTZ tour configured for requested input only.
DB_EDGEVIS_SDK OpResult CustomCommand(int32_t command)
Sends a custom command to the camera.
DB_EDGEVIS_SDK OpResult FocusNear()
Instruct the camera to change the focus to be closer to the camera.
DB_EDGEVIS_SDK OpResult TiltDown()
Move the camera by tilting down.
The PTZStream is used to send movement commands to a PTZ camera.
Definition: PTZStream.h:32
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
DB_EDGEVIS_SDK int32_t MaxPTZPresets() const
Gets the maximum number of PTZ presets that the current camera supports.
DB_EDGEVIS_SDK bool SupportsMove()
Determine if this encoder is capable of supporting the PTZ Move command.
DB_EDGEVIS_SDK OpResult PanRight()
Move the camera by panning to the right.
DB_EDGEVIS_SDK OpResult IrisOpen()
Instruct the camera to open its iris to increase the amount of light received in the image...
DB_EDGEVIS_SDK OpResult GoToPreset(int32_t preset)
Instruct the camera to move to a predefined preset position that is stored on the camera...
DB_EDGEVIS_SDK OpResult Stop()
Stop any current panning, tilting or zooming operations.
DB_EDGEVIS_SDK std::vector< PTZPresetInfo > PTZPresets() const
Gets a list of PTZ presets for the current camera.
DB_EDGEVIS_SDK OpResult ToggleAux(int32_t auxCmd, bool on)
Toggles an AUX command on or off on the camera.
PTZSteeringSpeed
The PTZ steering speed to set the camera to
Definition: PTZTypes.h:26
DB_EDGEVIS_SDK void SetSpeed(PTZSteeringSpeed speed)
Set the steering speed that will be used when the next Pan or Tilt command is sent.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK OpResult ZoomWide()
Zoom the camera towards the wide position, also referred to as zoom out.
DB_EDGEVIS_SDK OpResult SetPreset(const PTZPresetInfo &p, int32_t inputId=-1)
Sets a PTZ Preset.
DB_EDGEVIS_SDK PTZSteeringSpeed GetSpeed()
Get the current steering speed that will be used when the next Pan or Tilt command is sent...
DB_EDGEVIS_SDK OpResult PanLeft()
Move the camera by panning to the left.
DB_EDGEVIS_SDK OpResult ProcessCustomCommand(PTZCustomCommand customCommand, bool auxState)
Convenience method for processing custom PTZ commands including focus, iris, backlight and protocol s...
DB_EDGEVIS_SDK void SetVPTZMode(bool on)
Set the current setting for Virtual PTZ Mode.
virtual DB_EDGEVIS_SDK bool IsConnected() const
Is the PTZStream currently connected ?
DB_EDGEVIS_SDK OpResult VPTZReset()
Resets the Virtual PTZ back to the full visible frame.