Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-autocampars
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-apps-autocampars
Commits
e4fd597d
Commit
e4fd597d
authored
Apr 30, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated default sensor_phase
parent
3d65dc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
autocampars.php
src/autocampars.php
+5
-2
No files found.
src/autocampars.php
View file @
e4fd597d
...
...
@@ -2873,8 +2873,11 @@ function createDefaultConfig($version, $port, $multisensor = false, $eyesis_mode
$HISTWND_RHEIGHT
=
0x8000
;
$HISTWND_RLEFT
=
0x8000
;
$HISTWND_RTOP
=
0x8000
;
$COLOR
=
0
;
$SENSOR_PHASE
=
$multisensor
?
0x55
:
0x15
;
$COLOR
=
0
;
//old:
//$SENSOR_PHASE = $multisensor ? 0x55 : 0x15;
//new:
$SENSOR_PHASE
=
$multisensor
?
0x55
:
0x00
;
/*
* if ($GLOBALS['camera_state_arr']['application']=="Eyesis4pi393"){ //get_eyesis_mode
...
...
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