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
8b8f8d8f
Commit
8b8f8d8f
authored
Dec 08, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default quality for eyesis = 97
parent
9ea137bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
autocampars.php
src/autocampars.php
+1
-1
No files found.
src/autocampars.php
View file @
8b8f8d8f
...
...
@@ -2645,7 +2645,7 @@ function createDefaultConfig($version, $port, $multisensor = false, $eyesis_mode
$RSCALE
=
$eyesis_mode
?
0x16937
:
0x10000
;
$GSCALE
=
$eyesis_mode
?
0x10000
:
0x10000
;
$BSCALE
=
$eyesis_mode
?
0x13916
:
0x10000
;
$QUALITY
=
$eyesis_mode
?
0x5f
:
80
;
$QUALITY
=
$eyesis_mode
?
97
:
80
;
$CORING_INDEX
=
$eyesis_mode
?
0x140014
:
0x50005
;
$PORTRAIT
=
$eyesis_mode
?
1
:
0
;
$AUTOEXP_EXP_MAX
=
$eyesis_mode
?
1000
:
500000
;
...
...
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