Client Automation - Information about the video capture modes for Remote Control
search cancel

Client Automation - Information about the video capture modes for Remote Control

book

Article ID: 24586

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation CA Client Automation - Remote Control

Issue/Introduction

There are 2 types of video capture modes for remote control,  Driver Capture Mode and Polling Mode.

Environment

CA Client Automation - All Verisons

Cause

Video capture modes:

Indicates the video capture mode for capturing screen changes. There are two methods of capturing screen changes, Driver capture and Polling capture.

Driver capture uses a low-level video driver to capture the changes to the screen image. Polling capture works by periodically scanning the screen image for changes.

Typically, the Driver capture mode provides better performance than the Polling capture mode. However, there are some types of applications that cannot be captured by the Driver capture method. These are typically OpenGL or Direct3D based applications, such as computer-aided design applications.

The polling capture mode is capable of capturing screen changes from OpenGL & Direct3D applications.

Resolution

  • Create a new Configuration Policy.



  • Enter the Policy Name and Description.

  • In the new policy set the 'Video capture mode' policy to the desired mode using the drop down list under 'DSM->remote control->Host->Video capture'. The default value is Auto.

 

  • Seal and apply the policy to the desired computers.

Additional Information

Auto:

In this mode, Driver capture is used if it is available. If the video driver cannot be installed for some reason, or the machine resources are too limited to load the driver, Polling capture is used as a fallback.

Driver:

Driver capture is used exclusively. There is no fallback to Polling mode if the Driver mode is unavailable.

Polling:

Polling mode is used exclusively.