camstreamerlib
Version:
Helper library for CamStreamer ACAP applications.
15 lines (14 loc) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.allowedWidgetNames = void 0;
exports.allowedWidgetNames = {
accuweather: 'accuweather',
infoticker: 'infoticker',
customGraphics: 'customGraphics',
ptzCompass: 'ptzCompass',
images: 'images',
ptz: 'ptz',
pip: 'pip',
screenSharing: 'screenSharing',
web_camera: 'web_camera',
};