Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e305a2b8
authored
Sep 20, 2023
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 云台控制UI
1 parent
0b88d760
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
h5/src/components/vionPlayer/index.vue
h5/src/components/vionPlayer/index.vue
View file @
e305a2b
...
...
@@ -24,6 +24,14 @@ export default {
type
:
String
,
default
:
''
,
},
controlAutoHide
:
{
type
:
Boolean
,
default
:
true
,
},
showPtz
:
{
type
:
Boolean
,
default
:
true
,
},
},
data
()
{
return
{
...
...
@@ -45,11 +53,12 @@ export default {
useWCS
:
false
,
isNotMute
:
false
,
timeout
:
10
,
keepScreenOn
:
true
,
// 屏幕常亮
debug
:
true
,
// 是否开启控制台调试打印
// 按钮和界面
loadingText
:
'加载中...'
,
controlAutoHide
:
fals
e
,
controlAutoHide
:
this
.
controlAutoHid
e
,
supportDblclickFullscreen
:
false
,
showBandwidth
:
false
,
// 显示网速
watermarkConfig
:
{
...
...
@@ -66,7 +75,17 @@ export default {
screenshot
:
false
,
play
:
true
,
audio
:
true
,
},
ptz
:
true
,
// 云台
zoom
:
true
,
performance
:
false
,
},
extendOperateBtns
:
[],
// 云台控制
ptzClickType
:
'click'
,
// click mouseDownAndUp
ptzZoomShow
:
true
,
ptzMoreArrowShow
:
true
,
ptzApertureShow
:
true
,
ptzFocusShow
:
true
,
});
this
.
_jessibuca
=
new
window
.
JessibucaPro
(
options
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment