+ How To Add This Control To Your Project (Click to Expand)
This control allows you to display a video in the control window. Some robots with onboard PC's will also have a laptop display. With the display, you may wish to present eyes, facial expressions or entertainment data.
*Note: This control does not play audio
To use this control, it is entirely driven by EZ-Script commands. There is no Config interface for this control. You will need to specify video files by using the ControlCommand() syntax for this control. We recommend using the Control Details tab to find the ControlCommand() syntax for all controls. The Control Details tab is located to the right when editing a script.
Video Player ControlCommand() examples...
ControlCommand("Video Player", VideoPlay, "C:\My Documents\Video1.mpg")
or
ControlCommand("Video Player", VideoPlayLoop, "C:\My Documents\Video1.mpg", 20)
The syntax for this control can be found on the Control Details Tab of any EZ-Script control.
*Note: This control does not play audio
To use this control, it is entirely driven by EZ-Script commands. There is no Config interface for this control. You will need to specify video files by using the ControlCommand() syntax for this control. We recommend using the Control Details tab to find the ControlCommand() syntax for all controls. The Control Details tab is located to the right when editing a script.
Video Player ControlCommand() examples...
ControlCommand("Video Player", VideoPlay, "C:\My Documents\Video1.mpg")
or
ControlCommand("Video Player", VideoPlayLoop, "C:\My Documents\Video1.mpg", 20)
The syntax for this control can be found on the Control Details Tab of any EZ-Script control.