Dynamic Background Image¶
What is a Dynamic Background Image?¶
The dynamic background image is a feature that automatically starts after a configurable period of inactivity and displays a collection of images or videos on the screen. It serves the following purposes:
- Screensaver functionality
- Advertising purposes in stores
- Public Display / Digital Signage
Creating a JSON File¶
Follow these steps:
- Open Windows Notepad (or any other text editor) and create a new empty file.
- Copy the JSON text blocks, which can be found below, into the text editor and modify the content as desired. For additional entries, copy the sections enclosed in curly braces
{}
as often as needed.
JSON Syntax¶
image_url
The path to the image file.attribution
The title of the image file.duration
The display duration of the image file.url
The path to the video file.
Image and Video Collection¶
Our sample file wallpaper_file.json for the image and video collection is available for download.
Note
Only the file formats .MP4
and .JPG
are supported.
{
"slideshow": [
{
"image_url": "https://download.stueber.de/doc/de/content/pic1.jpg",
"attribution": "Test Picture 1",
"duration": 10,
},
{
"image_url": "https://download.stueber.de/doc/de/content/pic2.jpg",
"attribution": "Test Picture 2",
"duration": 10,
},
{
"url": "https://download.stueber.de/doc/de/content/video1.mp4",
"title": "QuattroPod USB - Next-Generation Wireless Presenting",
},
],
"next": ""
}
A Minimal Landing Page¶
By default, numerous network and device-related information is displayed:
You can completely hide this information using the dynamic background feature, displaying only the device name over your image:
We recommend renaming the device to match the room number, as shown in the screenshot above.
Our sample files wallpaper_file.json and example.projector.pptx for the minimal landing page are available for download. The .pptx file can be customized in Microsoft PowerPoint and saved as a .JPG file.
Note
Only .MP4
and .JPG
file formats are supported.
{
"slideshow": [
{
"image_url": "https://download.stueber.de/doc/de/content/example.projector.jpg",
"attribution": "",
"duration": 10,
},
],
"next": ""
}
To ensure only the device name or room number is displayed, make the following additional configuration changes:
- Disable the SoftAP
This will completely remove the PSK (the displayed SoftAP password) from the screen.
How to Set Up the Dynamic Background Image¶
Access Advanced Settings¶
- Connect your end device to the EZCast Pro II device either:
- Via the EZCast Pro II device's SSID, OR
- Through the same WLAN/LAN infrastructure that the EZCast Pro II device is connected to:
- Enter your EZCast Pro device's IP address (shown in the bottom-left corner of the landing page) in any web browser:
Log in as Admin¶
- Enter the admin password and click
OK
to log in. The default password is000000
. If this password is not accepted, reset the device using the reset button.
- During the first login, you must change the admin password. Afterwards, you'll need to log in again.
Set Dynamic Wallpaper¶
- From the menu, select
Admin Settings
:
Select the menu item Dynamic Background Image
.
-
Dynamic Background
- Enable this option to activate the feature. -
Silent Mode
- Enable this option if you don't want to hear any audio.
Under the URL
tab, specify the path to the JSON file.
Set the inactivity duration (in minutes) before the Dynamic Background Image feature should activate:
Configure when the Dynamic Background feature should end:
- To apply the settings, you must restart the EZCast Pro device. From the menu, select
Restart
.
- Then select the
Restart
button again.
Note
The Dynamic Background Image feature will take effect after restarting the EZCast Pro device.