TTrix
Software Design

IP Vision Config

Camera settings is a URL:
http://userid:password@host:port/path/file?param1=value&param2=value
rtsp://userid:password@host:port/path/file?param1=value&param2=value

Since the entire URL string can be quite long, it is broken in separate components in IP Vision.

  • Protocol: rtsp or http
  • Host: ip address or fqdn
  • Port: port number
  • Userid: userid
  • Password: password
  • Path: /path/file?param1=value&param2=value

Each camera manufacturer uses a different URL for video streams or still images access. There may be variations among different models from the same manufacturer.

IP Vision has pre-defined path/file/params for most common models of the following cameras vendors: Airlink101, Axis, Cannon, D-Link, Edimax, Mobotix, Linksys, Panasonic, Sharx, StarDot, Toshiba, Trendnet, Vivotek, Y-cam

Motion JPEG (mjpeg) and MPEG4 are the video stream formats supported by IP Vision.
Check your camera documentation to find out if mjpeg/mpeg4 is supported and the URL to access it.

Some cameras support multiple streams formats simultaneously, others don't and you have to configure the format you want using the camera configuration utility.

If you have a webcam connected to a Windows computer, you can use webcamXP video server to stream mjpeg video to your iPhone/iPod.

Camera configuration

   
Slideshow
    image Welcome to the slideshow! If you see this then your browser doesn't support the text-changing features of the slideshow; however, all the text should appear below.
Click on the image to view it in full size.

Airlink101 IP cameras URLs

MJPEG:
http://host:port/mjpeg.cgi
http://host:port/cgi/mjpg/mjpeg.cgi
JPEG:
http://host:port/cgi/jpg/image.cgi

Axis IP cameras URLs

JPEG:
http://host:port/axis-cgi/jpg/image.cgi[?resolution=<resolution>&camera=<camera>]
http://host:port/axis-cgi/jpg/image.cgi?resolution=320x240&camera=2
MJPEG:
http://host:port/axis-cgi/mjpg/video.cgi[?resolution=<resolution>&Quality=<camera>]
http://host:port/axis-cgi/mjpg/video.cgi?resolution=320x240&camera=1

D-Link IP cameras URLs (*)

JPEG:
http://host:port/cgi-bin/video.jpg
MJPEG:
http://host:port/video.cgi
http://host:port/mjpeg.cgi

Cannon IP cameras URLs

MJPEG:
http://host:port/-wvhttp-01-/getoneshot?frame_count=no_limit

Edimax IP cameras URLs

MJPEG:
http://host:port/snapshot.cgi

Gadspot IP cameras URLs

JPEG:
http://host:port/Jpeg/CamImg.jpg
MJPEG:
http://host:port/GetData.cgi?Status=0

Goscam IP cameras URLs

MJPEG:
http://host:port/cgi-bin/Stream?Video?Acc=[userid]?Pwd=[password]?webcamPWD=RootCookies00000

Mobotix IP cameras URLs

JPEG:
http://host:port/record/current.jpg
MJPEG:
http://host:port/control/faststream.jpg?stream=full

Linksys IP cameras URLs

JPEG:
http://host:port/img/snapshot.cgi[?size=<size>]
http://host:port/img/snapshot.cgi?size=2
MJPEG:
http://host:port/img/video.mjpeg

Panasonic IP cameras URLs

JPEG:
http://host:port/SnapShotJPEG[?Resolution=<resolution>&Quality=<quality>]
http://host:port/SnapShotJPEG?Resolution=320x240&Quality=Motion
MJPEG:
http://host:port/nphMotionJpeg[?Resolution=<resolution>&Quality=<quality>]
http://host:port/nphMotionJpeg?Resolution=320x240&Quality=Standard

http://host:port/cgi-bin/nphContinuousServerPush?Resolution=320x240&Quality=Standard (for BL-C1)

Qnap IP cameras URLs

MJPEG:
http://host:port/cgi/mjpg/mjpeg.cgi

Sharx Security IP cameras URLs

MJPEG:
http://host:port/stream.jpg

Sony IP cameras URLs

JPEG:
http://host:port/oneshotimage.jpg
MJPEG:
http://host:port/image

Toshiba IP cameras URLs

MJPEG:
http://host:port/getstream.cgi?<clientID>&<uniqueID>&<userID>&<userPW>&<streamType>&<interval>&<mode>&<value>&<timeOut>
http://host:port/user/cgi-bin/getstream.cgi?<clientID>&<uniqueID>&<userID>&<userPW>&<streamType>&<interval>&<mode>&<value>&<timeOut>
http://host:port/getstream.cgi?10&&&&0&0&0&0&0
http://host:port/user/cgi-bin/getstream.cgi?10&&&&0&0&0&0&0

webcamXP video server URLs

JPEG:
http://host:port/cam_1.jpg
MJPEG:
http://host:port/cam_1.cgi

Y-cam IP cameras URLs

MJPEG:
http://host:port/stream.jpg


URLs listed above have been tested with some camera models of each vendor.
They may not work with all models from each vendor (specially older models).

Global configuration

   
Slideshow
    image Welcome to the slideshow! If you see this then your browser doesn't support the text-changing features of the slideshow; however, all the text should appear below.
Click on the image to view it in full size.