Welcome to the Cisco TelePresence Developer forum! This forum is for integrators and developers only. The topics should be around device integration and development of solutions with Cisco TelePresence equipment only. This is NOT a product support channel. If you have support related questions please contact your local Cisco representative. Topics not following the above rules may be removed  from the forum. Topics that drift off into flame wars or go way off topic may also be removed without further notice.

« Back to AMX Control

Working with duet module virtual monitor layouts

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am having some issues getting the VL commands to work correctly. I am calling into a Codian MCU and then setting up my virtual monitors with my AMX code to show the presintation on my left monitors and my remote main on my right monitorseverything works except my presintaton source shows up as a black image no matter what I do.
 
here is my code to setup my monitors. I have four monitors in the room and am trying to setup my virtual monitors on all four
 

send_command vdvVTC1, "'INPUT-SDI,2'"
send_command vdvVTC2, "'INPUT-SDI,1'"
on[vdvVTC1,309]//turn on presensation
 


send_command vdvVTC1, "'VL_ADD-StudentLeft'"
send_command vdvVTC1, "'VL_FRAME_ADD-','StudentLeft',',FS,0,0,10000,10000,1,0,','presination'"
send_command vdvVTC1, "'VL_LOCAL_ASSIGN-','StudentLeft',',',itoa(1)"

wait 10
{
   send_command vdvVTC1, "'VL_ADD-StudentRight'"
   send_command vdvVTC1, "'VL_FRAME_ADD-','StudentRight',',FS,0,0,10000,10000,1,0,','remoteMain',',',itoa(1)"
   send_command vdvVTC1, "'VL_LOCAL_ASSIGN-','StudentRight',',',itoa(2)"
}
wait 20
{
   send_command vdvVTC1, "'VL_ADD-TeacherLeft'"
   send_command vdvVTC1, "'VL_FRAME_ADD-','TeacherLeft',',FS,0,0,10000,10000,1,0,','presination'"
   send_command vdvVTC1, "'VL_LOCAL_ASSIGN-','TeacherLeft',',',itoa(3)"
}
wait 30
{
   send_command vdvVTC1, "'VL_ADD-TeacherRight'"
   send_command vdvVTC1, "'VL_FRAME_ADD-','TeacherRight',',FS,0,0,10000,10000,1,0,','remoteMain',',',itoa(1)"
   send_command vdvVTC1, "'VL_LOCAL_ASSIGN-','TeacherRight',',',itoa(4)"   
}

 
This all works great except the presintation part. I have opened the web interface to my MCU. I see a snapshot of my presentation source in my conference so I know the presentation source is getting to the bridge.

 The forum is moderated by R&D and our aim is to answer your questions as soon as possible. If we cannot resolve your issues immediately we will try to give you feedback indicating when you may expect an answer.

Note that in no circumstances are we able or even allowed to give any promises regarding new products, firmware updates, new features, release dates etc. before they are officially released.

If your question is for a specific product please include both the device type (e.g. Codec C60 or Codec 3000 MXP) and software version (e.g. TC 2.1 or F8.0) for us to be able to answer as accurate as possible.