Page 34
|
STBi3 User ’s Manual
www.zeevee.com
9.7 LOADING AND DISPLAYING A STATIC IMAGE
There is a feature that allows an STBi3 channel to display a customer
provided static image when not displaying video.
HTTP static image feature
The following commands are used to implement this feature:
imageUpload, imageDelete, imageOn, imageOff.
The system status will persist across reboots in terms of being in image
mode or video mode.
The imageUpload command expects an argument passed that specifies the
path to the image file.
The syntax for each command is similar to the channel and volume
commands and are shown below:
http://ip_address:8080/imageOn
http://ip_address:8080/imageOff
http://ip_address:8080/imageDelete
http://ip_address:8080/imageUpload/http://ip_of_file_server/image.jpg
EXAMPLES
Assuming STBi3 IP Address is: 192.168.1.23
http://192.168.1.23:8080/imageOn
This will display the image
http://192.168.1.23:8080/imageOff
This will stop image display
http://192.168.1.23:8080/imageDelete
This will delete current
image from memory
http://192.168.1.23:8080/imageUpload/http://192.168.1.25/ZeeVee.jpg
This will load an image named ZeeVee.jpg into memory