Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error displaying cameras
#1
Had to reinstall the OS on one of my computers, not the CQC Server. Reinstalled CQC and now I can't view the html files I have for viewing my cameras. This works fine on the server and my iPhone and I don't believe I have rights issues as I can see the writing but not the camera display. Only change on the computer I am trying to view with is reinstalling the OS and IE 8. My server is running Geovision 8.2 for the cameras. Would appreciate any help.

Getting an error on line 41 that I will highlight.
An error has occurred in the script on this page
Error: Object doesn't support this property or method
Code: 0
Do you want to continue running scripts?

<html>
<head>

<script language="JavaScript">

// CONNECT AND PLAY
// add sites here

function PlayX(){

// ID, Control, Camera, IP, User, Pass, DataPort, CommandPort, AudioPort, BandWidth, Quality

LiveXPlay (1, document.WebCamX1, 6, "xxx.xxx.xx.xxx","cqc", "xxxxxx", "4550", "5550", "6550", "LAN", 130, "450", "380")
}

// DISCONNECTS
// add above sites here also

function DestroyX(){
LiveXStop (document.WebCamX1)
}

// MAIN FUNCTIONS - DO NOT EDIT

function LiveXPlay(id, camx, camera, ip, user, pass, cmdport, dataport, audioport, bwidth, quality, w, h){

camx.ChangeCamX(camera); // CAMERA - 0=cam 1, 1=cam 2, etc.
camx.ChangeQualityX(quality); // QUALITY - 0=High, 1=Med, 2=Low
camx.ChangeSizeX(w, h); // SIZE
document.getElementById("X"+id+"Quality").innerHTML = quality

camx.CommandPort = cmdport // COMMAND PORT
camx.DataPort = dataport // DATA PORT
camx.AudioDataPort = audioport // AUDIO PORT
camx.BandWidth = bwidth // BANDWIDTH - normal="LAN", low="MODEM"

camx.DisablePWD = "True" // AUTOLOGIN PART1
camx.UserName = user // USERNAME
camx.Password = pass // PASSWORD
camx.AutoLogin = "True" // AUTOLOGIN PART2
camx.IpAddress = ip // SITE IP/DDNS

camx.PlayX(); // CONNECT
...
Reply
#2
Well I finally figured this one out. Needed some ActiveX driver also for it to work. NOw I have it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error writing value to field Spot 6 1,535 05-28-2021, 03:22 PM
Last Post: Spot
  Dune driver wait for config error ellisr63 44 15,105 11-28-2019, 06:35 PM
Last Post: ellisr63
  CQC error installing on server 2016 zane 3 2,408 05-28-2019, 12:07 PM
Last Post: zane
  Install Error []dll is missing ControlFreak 2 3,763 11-05-2017, 02:18 PM
Last Post: ControlFreak
  Installation Error - dll missing znelbok 1 2,689 04-14-2017, 01:35 PM
Last Post: Dean Roddey
  itunes error every 5 seconds indygreg 3 3,219 01-03-2017, 03:45 PM
Last Post: Dean Roddey
  Installation error, missing file George M 1 2,669 10-23-2016, 04:31 PM
Last Post: Dean Roddey
  "Driver ISY is registered but cannot be accessed" error? Sendero 1 2,213 11-08-2015, 11:06 AM
Last Post: Dean Roddey
  Kiosk Error: "No CQC System ID was set" TurboSam 3 3,472 07-26-2015, 01:16 PM
Last Post: TurboSam
  Displaying countdown timer in clock format (not hex) ControlFreak 2 2,347 04-11-2013, 02:13 PM
Last Post: Dean Roddey

Forum Jump:


Users browsing this thread: 1 Guest(s)