SpeakerTrack TrackingMode

Hi,
The api command "xconfig cameras SpeakerTrack TrackingMode" seems to be a little confused as far as the documentation goes.
In the TC7.3 documentation, it says it can have a value of Default or Fast.
However if I actually log in to an endpoint running TC7.3, it gives values of Default or Conservative.
Can someone clear this up, and maybe provide some metrics of how fast the camera will re-locate to a new speaker based on the setting used, or the delay length?  I'm trying to find if it's possible to get slightly better switching performance for the SpeakerTrack.
It looks like the default may have simply been switched at some point from the Conservative setting to the Fast setting, but the documents were never updated.

 "systemtools camerarescue"     resolved the issue!

Similar Messages

  • SX80 video is not working

    Hello Team,
    I am having Cisco SX80 device. Due to some limitations I have to fit my Codec of the device in HUB room which is 15 meters far from SX80 camera. Is this distance making problem or another reason. Can anyone suggest me the which type of cable should be used???
    Regards,
    Kiran Chavan
    +91 9870876096.

    The SpeakerTrack and Precision 60 cameras connect using HDMI for video and ethernet for control back to the codec, while the PrecisionHD 4xS2 connect using HDMI for video and serial for control back to the codec.  All cameras are powered locally via a power adapter at the camera.
    See the SX80 Install Guide for more information regarding the connections for each camera type.
    The maximum length of the HDMI cables to use, see the following discussion, maximum-longest-hdmi-cable.

  • Bind on parameters performance problem

    For some reason when I select bind on parameters in toplink I get a major performance hit for certain queries. I've enabled the toplink performance profiler to log the sql queries.
    I wrote a little Java class that executes these queries using a statement and using a preparedstatement. The prepared statement is fast, so I'm thinking something in toplink is slowing it down. Does anyone have any ideas?
    With bind:
    Begin profile of{ReadAllQuery(model.RKTask)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t1.ID, t1.ESTSTARTDATE, t1.HASMSGS, t1.HASRESOLVABLE, t1.PROGSTAT, t1.CSI, t1.ENTEREDBYID, t1.TASKCONSTRAINT, t1.PLANNEDCOMPLETIONDATE, t1.BILLINGRECORDID, t1.PARENTLAG, t1.HANDOFFDATE, t1.PLANNEDREVENUE, t1.INDENT, t1.LASTNOTEID, t1.ESTCOMPLETIONDATE, t1.DURTYPE, t1.MASTERTASKID, t1.WORKPERDAY, t1.CPI, t1.PLANNEDCOST, t1.GROUPID, t1.WORKINGDAYS, t1.MILESTONEID, t1.NUMOPENOPTASKS, t1.CATEGORYID, t1.ORIGINALDURATION, t1.HASNOTES, t1.HASEXPENSES, t1.TEMPLATETASKID, t1.ACTUALDURMINUTES, t1.ENTRYDATE, t1.ACTUALCOMPLETIONDATE, t1.ISCRITICAL, t1.ACTUALSTARTDATE, t1.PARENTID, t1.PERCENTCOMPLETE, t1.RESOURCESCOPE, t1.LASTUPDATEDATE, t1.PROJECTEDCOMPLETIONDATE, t1.CUSTOMERID, t1.ACTUALCOST, t1.APPROVALID, t1.ORIGINALWORKREQUIRED, t1.URL, t1.DURUNIT, t1.COMPLETIONPENDINGDATE, t1.PLANNEDSTARTDATE, t1.DURMINUTES, t1.EAC, t1.AUDITTYPES, t1.COSTAMOUNT, t1.EXTREFID, t1.RESERVEDTIMEID, t1.NAME, t1.ACTUALREVENUE, t1.PARENTLAGTYPE, t1.COSTTYPE, t1.TASKNUMBER, t1.PRIORITY, t1.ASSIGNEDTOID, t1.HASTIMEDNOTIFICATIONS, t1.PROJECTID, t1.ACTUALWORK, t1.WORKREQUIRED, t1.SPI, t1.LASTUPDATEDBYID, t1.STATUS, t1.APPROVALREQUIRED, t1.ROLEID, t1.NUMBEROFCHILDREN, t1.REVENUETYPE, t1.TRACKINGMODE, t1.HASDOCUMENTS, t1.BILLINGAMOUNT, t1.DESCRIPTION, t1.PROJECTEDSTARTDATE, t1.CONSTRAINTDATE FROM T_PROJECTS t0, T_ASSIGNMENTS t2, T_TASKS t1 WHERE ((((((t0.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t2.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t2.ASSIGNEDTOID = ?))) AND ((t0.ID = t1.PROJECTID) AND (t2.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Begin profile of{ReadAllQuery(model.RKAssignment)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t0.ID, t0.PROJECTID, t0.AVGWORKPERDAY, t0.ASSIGNMENTPERCENT, t0.ROLEID, t0.ASSIGNEDTOID, t0.OPTASKID, t0.ISPRIMARY, t0.WORKREQUIRED, t0.WORKINGDAYS, t0.CUSTOMERID, t0.WORKPERDAY, t0.TASKID FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_ASSIGNMENTS t0 WHERE (((t0.TASKID = t1.ID) AND (((((t2.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t3.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t3.ASSIGNEDTOID = ?)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Profile(ReadAllQuery,
    class=model.RKAssignment,
    number of objects=2,
    total time=5742,
    local time=5742,
    sql prepare=1,
    sql execute=5736,
    logging=1,
    time/object=2871,
    }End profile
    Begin profile of{ReadAllQuery(model.RKPredecessor)
    INFO [Log4JSessionLog.log()]: SELECT DISTINCT t0.SUCCESSORID, t0.PREDECESSORID, t0.LAGDAYS, t0.DEPENDENCYTYPE, t0.ISCP, t0.LAGTYPE, t0.ISENFORCED FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_PREDECESSORS t0 WHERE (((t0.SUCCESSORID = t1.ID) AND (((((t2.STATUS = ?) AND (t1.STATUS IN (?, ?))) AND (t1.PLANNEDSTARTDATE <= ?)) AND (t3.ASSIGNEDTOID = ?)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN ? AND ?) AND (t3.ASSIGNEDTOID = ?)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    bind => [CUR, NEW, INP, 1207375200000, 21824, 1206943200000, 1207461599999, 21824]
    Profile(ReadAllQuery,
    class=model.RKPredecessor,
    total time=5754,
    local time=5754,
    logging=1,
    sql execute=5753,
    }End profile
    Profile(ReadAllQuery,
    class=model.RKTask,
    number of objects=1,
    total time=17760,
    local time=6264,
    profiling time=1,
    cache=1,
    query prepare=1,
    sql execute=6258,
    object building=4,
    logging=1,
    sql generation=3,
    time/object=17760,
    }End profile
    Without Bind
    Begin profile of{ReadAllQuery( model.RKTask)
    INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t1.ID, t1.ESTSTARTDATE, t1.HASMSGS, t1.HASRESOLVABLE, t1.PROGSTAT, t1.CSI, t1.ENTEREDBYID, t1.TASKCONSTRAINT, t1.PLANNEDCOMPLETIONDATE, t1.BILLINGRECORDID, t1.PARENTLAG, t1.HANDOFFDATE, t1.PLANNEDREVENUE, t1.INDENT, t1.LASTNOTEID, t1.ESTCOMPLETIONDATE, t1.DURTYPE, t1.MASTERTASKID, t1.WORKPERDAY, t1.CPI, t1.PLANNEDCOST, t1.GROUPID, t1.WORKINGDAYS, t1.MILESTONEID, t1.NUMOPENOPTASKS, t1.CATEGORYID, t1.ORIGINALDURATION, t1.HASNOTES, t1.HASEXPENSES, t1.TEMPLATETASKID, t1.ACTUALDURMINUTES, t1.ENTRYDATE, t1.ACTUALCOMPLETIONDATE, t1.ISCRITICAL, t1.ACTUALSTARTDATE, t1.PARENTID, t1.PERCENTCOMPLETE, t1.RESOURCESCOPE, t1.LASTUPDATEDATE, t1.PROJECTEDCOMPLETIONDATE, t1.CUSTOMERID, t1.ACTUALCOST, t1.APPROVALID, t1.ORIGINALWORKREQUIRED, t1.URL, t1.DURUNIT, t1.COMPLETIONPENDINGDATE, t1.PLANNEDSTARTDATE, t1.DURMINUTES, t1.EAC, t1.AUDITTYPES, t1.COSTAMOUNT, t1.EXTREFID, t1.RESERVEDTIMEID, t1.NAME, t1.ACTUALREVENUE, t1.PARENTLAGTYPE, t1.COSTTYPE, t1.TASKNUMBER, t1.PRIORITY, t1.ASSIGNEDTOID, t1.HASTIMEDNOTIFICATIONS, t1.PROJECTID, t1.ACTUALWORK, t1.WORKREQUIRED, t1.SPI, t1.LASTUPDATEDBYID, t1.STATUS, t1.APPROVALREQUIRED, t1.ROLEID, t1.NUMBEROFCHILDREN, t1.REVENUETYPE, t1.TRACKINGMODE, t1.HASDOCUMENTS, t1.BILLINGAMOUNT, t1.DESCRIPTION, t1.PROJECTEDSTARTDATE, t1.CONSTRAINTDATE FROM T_PROJECTS t0, T_ASSIGNMENTS t2, T_TASKS t1 WHERE ((((((t0.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t2.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t2.ASSIGNEDTOID = 21824))) AND ((t0.ID = t1.PROJECTID) AND (t2.TASKID = t1.ID)))
    Begin profile of{ReadAllQuery( model.RKAssignment)
    INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t0.ID, t0.PROJECTID, t0.AVGWORKPERDAY, t0.ASSIGNMENTPERCENT, t0.ROLEID, t0.ASSIGNEDTOID, t0.OPTASKID, t0.ISPRIMARY, t0.WORKREQUIRED, t0.WORKINGDAYS, t0.CUSTOMERID, t0.WORKPERDAY, t0.TASKID FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_ASSIGNMENTS t0 WHERE (((t0.TASKID = t1.ID) AND (((((t2.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t3.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t3.ASSIGNEDTOID = 21824)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    Profile(ReadAllQuery,
    class=model.RKAssignment,
    number of objects=2,
    total time=178,
    local time=178,
    sql execute=153,
    logging=11,
    time/object=89,
    objects/second=11,
    }End profile
    Begin profile of{ReadAllQuery( model.RKPredecessor)
            INFO  [Log4JSessionLog.log()]: SELECT DISTINCT t0.SUCCESSORID, t0.PREDECESSORID, t0.LAGDAYS, t0.DEPENDENCYTYPE, t0.ISCP, t0.LAGTYPE, t0.ISENFORCED FROM T_ASSIGNMENTS t3, T_PROJECTS t2, T_TASKS t1, T_PREDECESSORS t0 WHERE (((t0.SUCCESSORID = t1.ID) AND (((((t2.STATUS = 'CUR') AND (t1.STATUS IN ('NEW', 'INP'))) AND (t1.PLANNEDSTARTDATE <= 1207375200000)) AND (t3.ASSIGNEDTOID = 21824)) OR ((t1.ACTUALCOMPLETIONDATE BETWEEN 1206943200000 AND 1207461599999) AND (t3.ASSIGNEDTOID = 21824)))) AND ((t2.ID = t1.PROJECTID) AND (t3.TASKID = t1.ID)))
    Profile(ReadAllQuery,
    class=model.RKPredecessor,
    total time=91,
    local time=91,
    logging=1,
    sql execute=90,
    }End profile
    Profile(ReadAllQuery,
    class=model.RKTask,
    number of objects=1,
    total time=336,
    local time=67,
    profiling time=2,
    query prepare=1,
    sql execute=62,
    object building=3,
    logging=1,
    sql generation=2,
    time/object=336,
    objects/second=2,
    }End profile

    Iam quessing it could be a combination of 3 things.
    1st the Airport Extreme Base should be the Master and the Express should be the Remote.
    2nd the speed of the XP machine is 1.2Ghz the Mac is 800Mhz and slower.
    in prosessing speed.
    3rd The iMac has an Airport Card that is 802.11b which is slower in transfer rate than the 801.11g of the XP.
    Cheers Don

  • Max. install distance for Speaker Track 60 Cameras to SX80 CODEC

    Just integrated a SX80 / Speaker Track 60 system and the cameras are not providing video signal, (selfview) to the integrated displays.
    Question: What's the maximum length a Non-Active HDMI cable can be, between the PHD 60 camera(s) and the SX80 CODEC?
    Will Active HDMI cables help carry the camera's video signal to distances of 50' or greater? 

    I don't know about the SpeakerTrack 60, but I know the PrecisionHD cameras, the maximum was 50 meters (50 feet) with a category 2 good quality HDMI cable.  I looked through the SpeakerTrack documentation, but didn't find any mention of maximum length for the HDMI cable, however I did find the below searching online.
    Extending the Precision60 and SpeakerTrack60 Cameras

  • CTS-PHD1080P12XS2 is support on SX80 codec

    hi
    the CTS-PHD1080P12XS2  PrecisionHD Camera 1080p12x  is supported on SX80 codec.
    i've one sx80 witch speaker track and think buy a 3th camera CTS-PHD1080P12XS2 but no found document to support this camera on SX80.

    According to the SX80 Data Sheet, it only supports the following codec/camera combinations:
    SX80 Codec and PrecisionHD 1080p 4x camera for smaller room scenarios
    SX80 Codec and Precision 60 Camera, for lager room scenarios with the best image quality in the market
    SX80 and the SpeakerTrack 60 dual camera system, which features a unique direct, fast switching approach for active speaker tracking
    You can take a look at the SX80 Installation Sheet, to see how you can use the above cameras.

Maybe you are looking for

  • Normal audio input not working

    I know this sounds really dumb, but i cant get logic pro to simply record input sound through the mini jack input on the side of the laptop. Ive tried selecting it in sound preferences, and also in the logic set up assistant. But still it starts sayi

  • My ICloud Panel won't properly install in Windows.  It freezes.  How do I fix it?

    I have installed and uninstalled the ICloud for Windows applications a few times now, and it never seems to work.  When I try to log in with my credentials, it the round "asterisk" just spins and it never logs in or brings up the panel, which I assum

  • Data Storage on Oracle Database

    Hi Can any one help me on the following matter???!!! How to store a number that is in exponental form in oracle database. Example 10 to the power 2. Regards Sumit

  • Why does my ipad randomly drop out of wi-fi?

    My new ipad 4 (the retina one) keeps dropping out of my home wi-fi network. Randomly, when playing music or just browsing it drops out and I have to go onto settings to tap on the network. Thanks in advance. :)

  • Reg: HP VUGEN 11.50

    Hai, Currently we are using VUGEN 9.10 which comes as a component in HP LOAD Runner 9.10. Now we are planing to upgrade the VUGEN to 11.50.. so how do i proceed further.. Can i download only HP VUGEN 11.50, or should i purchase entire Load Runner 11.