Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-camvc
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-web-camvc
Commits
2bc4fd12
Commit
2bc4fd12
authored
Mar 13, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added MT9F002 sensor
parent
a1ca8373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
camvc.php
src/camvc.php
+5
-5
No files found.
src/camvc.php
View file @
2bc4fd12
...
...
@@ -260,11 +260,11 @@ function abstractToNative($absPar) {
case
"csr"
:
return
array
(
"COLOR_SATURATION_RED"
=>
100
);
case
"comp_run"
:
return
array
(
"COMPRESSOR_RUN"
=>
array
(
"stop"
,
"single"
,
"run"
));
case
"sens_run"
:
return
array
(
"SENSOR_RUN"
=>
array
(
"stop"
,
"single"
,
"run"
));
case
"sensor"
:
return
array
(
"SENSOR"
=>
array
(
4
=>
"ZR32112"
,
8
=>
"ZR32212"
,
32
=>
"KAC1310"
,
36
=>
"KAC5000"
,
48
=>
"MI1300"
,
49
=>
"MT9M001"
,
50
=>
"MT9D001"
,
51
=>
"MT9T001"
,
52
=>
"MT9P001"
,
64
=>
"IBIS51300"
));
case
"decXmask"
:
return
array
(
"SENSOR"
=>
array
(
4
=>
139
,
8
=>
139
,
32
=>
32907
,
36
=>
15
,
48
=>
139
,
49
=>
139
,
50
=>
139
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"decYmask"
:
return
array
(
"SENSOR"
=>
array
(
4
=>
139
,
8
=>
139
,
32
=>
32907
,
36
=>
13
,
48
=>
139
,
49
=>
139
,
50
=>
139
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"binXmask"
:
return
array
(
"SENSOR"
=>
array
(
4
=>
0
,
8
=>
0
,
32
=>
0
,
36
=>
3
,
48
=>
0
,
49
=>
0
,
50
=>
0
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"binYmask"
:
return
array
(
"SENSOR"
=>
array
(
4
=>
0
,
8
=>
0
,
32
=>
0
,
36
=>
3
,
48
=>
0
,
49
=>
0
,
50
=>
0
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"sensor"
:
return
array
(
"SENSOR"
=>
array
(
56
=>
"MT9F002"
,
4
=>
"ZR32112"
,
8
=>
"ZR32212"
,
32
=>
"KAC1310"
,
36
=>
"KAC5000"
,
48
=>
"MI1300"
,
49
=>
"MT9M001"
,
50
=>
"MT9D001"
,
51
=>
"MT9T001"
,
52
=>
"MT9P001"
,
64
=>
"IBIS51300"
));
case
"decXmask"
:
return
array
(
"SENSOR"
=>
array
(
56
=>
255
,
4
=>
139
,
8
=>
139
,
32
=>
32907
,
36
=>
15
,
48
=>
139
,
49
=>
139
,
50
=>
139
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"decYmask"
:
return
array
(
"SENSOR"
=>
array
(
56
=>
255
,
4
=>
139
,
8
=>
139
,
32
=>
32907
,
36
=>
13
,
48
=>
139
,
49
=>
139
,
50
=>
139
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"binXmask"
:
return
array
(
"SENSOR"
=>
array
(
56
=>
255
,
4
=>
0
,
8
=>
0
,
32
=>
0
,
36
=>
3
,
48
=>
0
,
49
=>
0
,
50
=>
0
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"binYmask"
:
return
array
(
"SENSOR"
=>
array
(
56
=>
255
,
4
=>
0
,
8
=>
0
,
32
=>
0
,
36
=>
3
,
48
=>
0
,
49
=>
0
,
50
=>
0
,
51
=>
255
,
52
=>
255
,
64
=>
0
));
case
"hrw"
:
return
array
(
"HISTWND_RWIDTH"
=>
0x10000
);
case
"hrh"
:
return
array
(
"HISTWND_RHEIGHT"
=>
0x10000
);
case
"hrl"
:
return
array
(
"HISTWND_RLEFT"
=>
0x10000
);
...
...
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