# Stream Gallery

Feniks allows you to view multiple camera streams from a browser tab. You can resize and relocate the live video players in the stream gallery section.

<figure><img src="/files/JXc0BJcAWtabAXOdGHKC" alt=""><figcaption></figcaption></figure>

Stream gallery is a column based responsive layout. Every visual change is tracked and saved to your browser immediately. You can change rows and columns in the config section as shown in the image below.

<figure><img src="/files/zjOPRFYGq2mWShSxOpdS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qkIjK7LdAfPeZyapGPR2" alt=""><figcaption></figcaption></figure>

Live video player's command bar has some useful shortcuts:

* Camera Settings ![](/files/PHiwx0ha3GExeop8fqSX), for more information please refer to the [Camera Setting ](/doc/feniks/camera-settings.md)section.
* Refresh ![](/files/3u47hwXbdxVfxhZ2l2oe), refreshes the  UI component&#x20;
* Connect ![](/files/4IIxrpQf00Pg3mVPQ70Q), sends start commands to the web server.
* Restart ![](/files/efslJcbmeXAKenyChqEc), restarts the streaming.
* Stop ![](/files/w0X3SLQIoBvgqR821XYi), stops the streaming.
* Playback ![](/files/2MciDzRQ5yIif6B9IPhV), For more information please refer to the [Playback](/doc/feniks/playback.md) section
* Take Screenshot ![](/files/pDNP9eCOeQP0exBUo1tY), takes a screenshot from the camera.
* AI ![](/files/QbcvLCeV8PL7rh50GPIf), For more information please refer to the [AI](/doc/feniks/ai.md) section
* ONVIF ![](/files/kvYHAOuCCHx5JBDBAfE1), For more information please refer to the ONVIF section

You can also access the same functionality from the left panel by pressing the setting button as shown below:

![](/files/qoJ6Mn2FfFjxFAZLnNJd)


---

# 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://feniks.gitbook.io/doc/feniks/stream-gallery.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.
