Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-init
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-init
Commits
10b773b4
Commit
10b773b4
authored
Nov 08, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed wrong IP
parent
fc81b177
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
init_elphel393.py
src/init_elphel393.py
+5
-2
No files found.
src/init_elphel393.py
View file @
10b773b4
...
@@ -39,7 +39,7 @@ import os
...
@@ -39,7 +39,7 @@ import os
#params
#params
SENSOR_TYPE
=
5
SENSOR_TYPE
=
5
IPADDR
=
"192.168.0.
161
"
IPADDR
=
"192.168.0.
9
"
IMGSRV_PORT
=
2323
IMGSRV_PORT
=
2323
CAMOGM_PORT
=
3456
CAMOGM_PORT
=
3456
CAMOGM_PIPE
=
"/var/volatile/camogm_cmd"
CAMOGM_PIPE
=
"/var/volatile/camogm_cmd"
...
@@ -166,6 +166,7 @@ switch = {
...
@@ -166,6 +166,7 @@ switch = {
'port4'
:
1
,
'port4'
:
1
,
'framepars'
:
1
,
'framepars'
:
1
,
'autoexp_daemon'
:
0
,
'autoexp_daemon'
:
0
,
'autocampars'
:
0
,
'autoexp'
:
1
,
'autoexp'
:
1
,
'autowb'
:
1
,
'autowb'
:
1
,
'sata'
:
1
,
'sata'
:
1
,
...
@@ -269,6 +270,8 @@ else:
...
@@ -269,6 +270,8 @@ else:
init_autowb
(
str
(
i
-
1
))
init_autowb
(
str
(
i
-
1
))
else
:
else
:
print
(
"Port "
+
str
(
i
)
+
": skip autowb"
)
print
(
"Port "
+
str
(
i
)
+
": skip autowb"
)
if
switch
[
'autocampars'
]
==
1
:
shout
(
"autocampars.php --init --ignore-revision"
)
#flips for eyesis head cams
#flips for eyesis head cams
if
switch
[
'eyesis'
]
==
1
:
if
switch
[
'eyesis'
]
==
1
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment