MonitorSync
Top  Previous  Next

Description

Enables/disables the monitor synchronization feature for the live video display in the control window.

Syntax


[VB]
objActiveGige.MonitorSync [= Value]


[C/C++]
HRESULT get_MonitorSync ( bool *pValue );
HRESULT put_MonitorSync( bool Value );



Data Type
[VB]

Boolean


Parameters
[C/C++]

pValue [out,retval]  
Pointer to the Boolean that is TRUE if the monitor synchronization is enable, or FALSE otherwise  
Value [in]  
Set to TRUE to enable the monitor synchronization, or set to FALSE to disable it  


Return Values


S_OK  
Success  
E_FAIL  
Failure.  
 

Example


This VB example enables the monitor synchronization:

ActiveGige1.MonitorSync = 
True

MsgBox ActiveGige1.MonitorSync
 

Remarks


Enabling the monitor synchronization option causes the camera frame rate to exactly match the current refresh rate of the system monitor thus eleminating all the display artifacts related to the digital image transfer, such as the display tearing and syncopation. The monitor synchronization algorithm uses a patent-pending technique from A&B Software. Fore more details refer to Software overcomes display artifacts in digital image transfer
.

Note that this property will be unavailable if the camera does not support the software trigger.