From 6f3b4130987e480dcfb4f5e106a12d5539eded58 Mon Sep 17 00:00:00 2001 From: Keb Helion <60008426+KebHelion@users.noreply.github.com> Date: Wed, 15 Apr 2020 18:59:57 -0400 Subject: [PATCH] Activate Spect. Camera app and update description Activate Spectator Camera app and update the description to include instuction about QML Whithlist configuration required to have this app working. --- applications/metadata.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/metadata.js b/applications/metadata.js index 1bd1f54..3d1d9cc 100644 --- a/applications/metadata.js +++ b/applications/metadata.js @@ -9,10 +9,10 @@ var metadata = { "applications": [ "caption": "MIRROR" }, { - "isActive": false, + "isActive": true, "directory": "spectator-camera", "name": "Spectator Camera", - "description": "Give you a video camera that can display its image on your monitor screen for video capture. It can capture from the camera or from the VR Headset. It can also take classic and spherical 360 snapshots (equirectangular format). Definitely a must.", + "description": "Give you a video camera that can display its image on your monitor screen for video capture. It can capture from the camera or from the VR Headset. It can also take classic and spherical 360 snapshots (equirectangular format). A precious tool to generate coherent Ambient Sources for your Zone Entities. (REQUIRE A QML WHITELIST SETUP TO WORK: 1- In menu: \"Setting > Entity Script \/ QML Whitelist\". 2- Enable it. 3- Add this url to your whitelist: \"https:\/\/kasenvr.github.io\/community-apps\/applications\/spectator-camera\/SpectatorCamera.qml\". 4- Click \"Save Changes\".)", "jsfile": "spectator-camera/spectatorCamera.js", "icon": "spectator-camera/spectator-i.svg", "caption": "SPECTATOR"