# Snapshot

## Snapshot

* Go to Configuration->Video & Audio->Snapshot

![Snapshot](/files/-MSNLgHwFG5Ejpn1Emrw)

## Explanation

* Quality: This dropdown box allows the user to select image quality. Quality is adjusted on a scale of 1-7.&#x20;
* Frame rate: This dropdown box allows the user to select the MJPEG frame rate. Frame rate is adjusted from 1-5 FPS.&#x20;
* Interval: This is to set snapshot frequency. The value ranges from 1 to 600 seconds.&#x20;
* Stream: This dropdown box allows the user to select a snapshot of the stream: mainstream or substream.&#x20;
* MJPEG-HTTP: it shows the MJPEG-HTTP streame URL. For testing object, the user can use the example URL like the below if the user did not login the camera’s web interface: <http://192.168.1.120/action/stream?subject=mjpeg&user=admin&pwd=12345>
* Snapshot URL: it shows the MJPEG snapshot HTTP URL. Normally the user need use the example URL like below if the user did not login the web interface: <http://192.168.1.120/action/snap?cam=0&user=admin&pwd=12345>. The IP address, User and Password showing in the above URL are factory default. Please use IPC's current IP address, user name and password to replace the content.
* Restore Default: Restore the values to default setting.&#x20;
* Refresh: Refresh the display of the settings’ value.&#x20;
* Save: Save the setting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jtokenapp.com/live-camera/configuration/video-and-audio/snapshot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
