IP Cameras

General Guide for Configuring IP Cameras for Image Capture in the Fast-Weigh Ticketing App

Generic Image Capture Strings

Using Login Credentials

http://username:password@URLorIP/Streaming/channels/1/picture?Basic
http://username:password@URLorIP/Streaming/channels/1/picture?Digest
http://username:password@URLorIP/cgi-bin/snapshot.cgi?Digest
http://username:password@URLorIP/cgi-bin/snapshot.cgi?Basic

Using Anonymous Login

Anonymous Capture must be enabled

http://URLorIP/Streaming/channels/1/picture?Basic
http://URLorIP/Streaming/channels/1/picture?Digest
http://URLorIP/cgi-bin/snapshot.cgi?Digest
http://URLorIP/cgi-bin/snapshot.cgi?Basic

Syntax Assistance

Multiple parameters can be appended to a connection string with this syntax:

?parameter1&parameter2&parameter3

3rd Party Websites with additional image capture string information:

https://www.ispyconnect.com/camera<camerabrand>
https://camlytics.com/camera/<camerabrand>

Be sure to replace <CameraBrand> with the brand of your camera

Manufacturer Specific Strings

Axis

http://URLorIP/axis-cgi/jpg/image.cgi

Ubiquiti

http://URLorIP/snap.jpeg
http://URLorIP/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG7C&user=<LOGIN>&password=<PASSWORD>

May need to enable port 80 access under Network -> Port Settings of camera setup

Amcrest

http://username:password@URLorIP/cgi-bin/snapshot.cgi?Digest

FW Multi-Image Capture

After you have determined the accurate image connection string from one camera it is possible to combine up to 4 images into one. In this section, we will be using an example connection string:

Example Connection String
http://192.168.1.200/image/jpeg.cgi

Entering only this string in Fast-Weigh will show a single image:

Picture in Picture: Quad 1
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=1
Picture in Picture: Quad 2
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=2
Picture in Picture: Quad 3
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=3
Picture in Picture: Quad 4
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=4
Side by Side
http://192.168.1.200/image/jpeg.cgi?fwpos=1, http://192.168.1.200/image/jpeg.cgi?fwpos=2
Top and Bottom
http://192.168.1.200/image/jpeg.cgi?fwpos=1, http://192.168.1.200/image/jpeg.cgi?fwpos=3
Quadrants
http://192.168.1.200/image/jpeg.cgi?fwpos=1, http://192.168.1.200/image/jpeg.cgi?fwpos=2, http://192.168.1.200/image/jpeg.cgi?fwpos=3, http://192.168.1.200/image/jpeg.cgi?fwpos=4

Last updated

Logo