We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b245 commit f7ccd6fCopy full SHA for f7ccd6f
1 file changed
src/components/BootstrapBlazor.HikVision/wwwroot/hikvision.js
@@ -29,6 +29,7 @@ export async function init(id) {
29
const initWindow = id => {
30
const result = { inited: null, iWndIndex: -1 };
31
WebVideoCtrl.I_InitPlugin({
32
+ szBasePath: './_content/BootstrapBlazor.HikVision',
33
bWndFull: true,
34
iWndowType: 1,
35
cbSelWnd: function (xmlDoc) {
0 commit comments