# IP Cameras

## Generic Image Capture Strings

### Using Login Credentials

```http
http://username:password@URLorIP/Streaming/channels/1/picture?Basic
```

```http
http://username:password@URLorIP/Streaming/channels/1/picture?Digest
```

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

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

### Using Anonymous Login&#x20;

*Anonymous Capture must be enabled*

```http
http://URLorIP/Streaming/channels/1/picture?Basic
```

```http
http://URLorIP/Streaming/channels/1/picture?Digest
```

```http
http://URLorIP/cgi-bin/snapshot.cgi?Digest
```

```http
http://URLorIP/cgi-bin/snapshot.cgi?Basic
```

### Syntax Assistance

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

```http
?parameter1&parameter2&parameter3
```

3rd Party Websites with additional image capture string information:

```http
https://www.ispyconnect.com/camera<camerabrand>
```

```http
https://camlytics.com/camera/<camerabrand>
```

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

## Manufacturer Specific Strings

#### Axis

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

{% hint style="warning" %}
Axis Cameras do not allow for "-" in the password.
{% endhint %}

#### Ubiquiti

```http
http://URLorIP/snap.jpeg
```

#### Reolink

{% code overflow="wrap" %}

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

{% endcode %}

{% hint style="info" %}
May need to enable port 80 access under Network -> Port Settings of camera setup
{% endhint %}

#### Amcrest

```http
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:

{% code title="Example Connection String" %}

```http
http://192.168.1.200/image/jpeg.cgi
```

{% endcode %}

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

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FfqpDa3FGZRI8JkzEwacS%2Fimage.png?alt=media&#x26;token=d2334a59-471f-4380-9033-bc04a4a0eccd" alt=""><figcaption><p>Defualt</p></figcaption></figure>

{% code title="Picture in Picture: Quad 1" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=1
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FfSTUMjKFdqmWcQBLJslv%2Fimage.png?alt=media&#x26;token=18133f17-c4a8-4135-b12d-b7ffa2c1ed24" alt=""><figcaption><p>Picture in Picture: Quad 1</p></figcaption></figure>

{% code title="Picture in Picture: Quad 2" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=2
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FLBk2hY0LoGPMCnJTo5YQ%2Fimage.png?alt=media&#x26;token=e4fdf723-26f4-4a1b-b7f9-6a89e2faeb5a" alt=""><figcaption><p>Picture in Picture: Quad 2</p></figcaption></figure>

{% code title="Picture in Picture: Quad 3" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=3
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FksOMhNhHNo3nJDzQrjhV%2Fimage.png?alt=media&#x26;token=3565bf6b-e442-45ae-b89b-5b5476fde29d" alt=""><figcaption><p>Picture in Picture: Quad 3</p></figcaption></figure>

{% code title="Picture in Picture: Quad 4" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=0, http://192.168.1.200/image/jpeg.cgi?fwpos=4
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FQhegzQL8m0QRpBEPVjof%2Fimage.png?alt=media&#x26;token=14e1a8fa-cff8-4722-b054-038dc48ae129" alt=""><figcaption><p>Picture in Picture: Quad 4</p></figcaption></figure>

{% code title="Side by Side" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=1, http://192.168.1.200/image/jpeg.cgi?fwpos=2
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2F5usy5Q3f9tXqtcOlikaA%2Fimage.png?alt=media&#x26;token=bff73b13-eab3-4531-a186-daf504512baa" alt=""><figcaption><p>Side by Side</p></figcaption></figure>

{% code title="Top and Bottom" overflow="wrap" %}

```http
http://192.168.1.200/image/jpeg.cgi?fwpos=1, http://192.168.1.200/image/jpeg.cgi?fwpos=3
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FROQSlHIQvfCZRuJlYUCw%2Fimage.png?alt=media&#x26;token=b6f577c3-4597-467e-9999-54bab9343f4d" alt=""><figcaption><p>Top and Bottom</p></figcaption></figure>

{% code title="Quadrants" overflow="wrap" %}

```http
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
```

{% endcode %}

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2F985ep5JNT04X3YJri4QW%2Fimage.png?alt=media&#x26;token=f5f2b282-e058-4ce3-a76f-a093547e4a81" alt=""><figcaption><p>Quadrants</p></figcaption></figure>
