GUEST_PREVIEW

 

Description

When guest preview function is enabled, the firmware ignores the account name and password which they are not in the firmware account database in the streaming request frames and URL commands.
The firmware sends the video/audio streams to remote hosts event the account name and password are not correct or missed.
The authority level of guest preview is the same as the USER level.

When guest preview function is enabled, some URLs needs authentication (most of them need root authority). These commands are

  1. FACTORY_DEFAULT
  2. CONFIG_RESET
  3. SAVE_REBOOT, SAVE, REBOOT
  4. SERVER_REPORT
  5. All account URLs

By default, the guest preview function is disabled.

Input Argument

0 or 1
where
0 : Disabled, 1 : Enabled.

Attribute

Return of Message

GUEST_PREVIEW='0'

OK: GUEST_PREVIEW='0'
or
ERROR: GUEST_PREVIEW='0'
or
ERROR: GUEST_PREVIEW not found

Applicability

Platform Devices Supported Firmware Version
PlatformA1 All Cameras A1D-500-V6.02 and later

Statue

Valid

See also

None

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&GUEST_PREVIEW
or
http://ip:port/cgi-bin/cmd/system?GUEST_PREVIEW

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&GUEST_PREVIEW=0
or
http://ip:port/cgi-bin/cmd/system?GUEST_PREVIEW=0

Back To

HOME, SYSTEM CGI