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