Author Topic: Iguard IP390E ip camera  (Read 6612 times)

fred

  • Newbie
  • *
  • Posts: 33
    • View Profile
Iguard IP390E ip camera
« on: March 31, 2010, 11:28:32 AM »
Hi Guys I have bought an Iguard ip390e io camera and have tried every url in the support page for every model with no luck how can I find out what url to use any help much apreaciated
regards
Ricky

fred

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: Iguard IP390E ip camera *SOLVED*
« Reply #1 on: April 05, 2010, 11:43:42 PM »
This camera is branded Iguard 390e but after checking the firmware version vendor id and product id its actualy an Icamview camera the url you need to use is:

http://cam ip address/pda.cgi?page=image&cam=1&user=<your user name>&password=<your password>


or from start it from a a batch file like:

start iCamSource.exe -url=http://192.168.1.61/pda.cgi?page=image&cam=1&user=urusername&password=urpassword

if you are going to start this camera from a batch file you need to add a few ^ or it wont work for example:

start iCamSource.exe -url=http://192.168.1.100/pda.cgi?page=image^&cam=1^&user=urusername^&password=urpassword

example of my batch file running an Iguard(icamview) , foscam and a Logitech usb webcam.



rem @echo off
cd C:\Program Files\iCamSource
start iCamSource.exe -url=http://192.168.1.61/pda.cgi?page=image^&cam=1^&user=test1^&password=test1 -desc="Outside View"
start iCamSource.exe -url=http://192.168.1.62/snapshot.cgi -cu=test2 -cp=test2 -desc="Living Room"
start iCamSource.exe -v=0 -a=2 -desc="Kitchen"



regards
Ricky





« Last Edit: April 20, 2010, 10:45:01 AM by g0sbv »