Add files via upload

This commit is contained in:
Basinsky 2023-01-13 21:19:07 +01:00 committed by GitHub
parent 91ef9e59a8
commit 8b1444c265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,15 @@ var metadata = { "applications":
"jsfile": "tabletCam/tabletCam_app.js",
"icon": "tabletCam/appIcons/snap-pro-i.svg",
"caption": "SNAP-PRO"
},
{
"isActive": true,
"directory": "cameras",
"name": "cameras",
"description": "Setup 12 cameras in desktop mode and switch viewpoints using F1 to F12 keys",
"jsfile": "cameras/CameraPositions.js",
"icon": "cameras/CameraPos-inactive.svg",
"caption": "CAMERAS"
}
]
};
};