Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VISCA Over IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amalio Coron
VISCA Over IP
Commits
172808e4
Commit
172808e4
authored
6 years ago
by
Pierre Minssen
Browse files
Options
Downloads
Patches
Plain Diff
fin des inquiry
parent
0af2873f
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
viscaoveriplib/inquiry_library.py
+36
-0
36 additions, 0 deletions
viscaoveriplib/inquiry_library.py
with
36 additions
and
0 deletions
viscaoveriplib/inquiry_library.py
+
36
−
0
View file @
172808e4
...
...
@@ -175,3 +175,39 @@ class Camera:
def
sys_menu_mode
(
self
):
payload
=
'
81 09 06 06 FF
'
self
.
send_inquiry
(
payload
)
def
information_display
(
self
):
payload
=
'
81 09 7E 01 18 FF
'
self
.
send_inquiry
(
payload
)
def
video_system
(
self
):
payload
=
'
81 09 06 23 FF
'
self
.
send_inquiry
(
payload
)
def
color_system
(
self
):
payload
=
'
81 09 7E 01 03 FF
'
self
.
send_inquiry
(
payload
)
def
ir_receive
(
self
):
payload
=
'
81 09 7E 01 03 FF
'
self
.
send_inquiry
(
payload
)
def
ir_condition
(
self
):
payload
=
'
81 09 06 34 FF
'
self
.
send_inquiry
(
payload
)
def
slow_pantilt
(
self
):
payload
=
'
81 09 06 44 FF
'
self
.
send_inquiry
(
payload
)
def
pantilt_max_speed
(
self
):
payload
=
'
81 09 06 11 FF
'
self
.
send_inquiry
(
payload
)
def
pantilt_pos
(
self
):
payload
=
'
81 09 06 12 FF
'
self
.
send_inquiry
(
payload
)
def
pantilt_mode
(
self
):
payload
=
'
81 09 06 10 FF
'
self
.
send_inquiry
(
payload
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment