TVideoGrabber.MultiplexedInputEmulation

Prev

Next

TVideoGrabber

Properties

 




































































































Automatically switches inputs periodically.


Declaration
property MultiplexedInputEmulation: Boolean read GetMultiplexedInputEmulation write SetMultiplexedInputEmulation;


__property bool MultiplexedInputEmulation =read=GetMultiplexedInputEmulation, write=SetMultiplexedInputEmulation, nodefault


Property MultiplexedInputEmulation As Boolean

Description

Used to switch inputs periodically in multiplexed mode.

If the video capture board does not switch the inputs automatically, enable this property to get the inputs switched programmatically in the following frame order:
1...2...3...4...1...2...3...4...1...2...3...4... and so on.

See the Video capture devices having multiplexed inputs chapter for more information.


See Also
TMultiplexedRole AssociateMultiplexedSlave EnableMultiplexedInput MultiplexedRole MultiplexedStabilizationDelay MultiplexedSwitchDelay UniqueID