Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
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-camogm
Commits
36b9f027
Commit
36b9f027
authored
May 08, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fixed
parent
432ef318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
camogmgui.php
src/camogmgui/camogmgui.php
+1
-1
No files found.
src/camogmgui/camogmgui.php
View file @
36b9f027
...
...
@@ -518,7 +518,7 @@
<?php
for
(
$i
=
0
;
$i
<
$sensor_ports
;
$i
++
)
{
echo
"<td id=
\"
ajax_qual
\"
>"
;
if
(
elphel_get_P_value
(
$i
,
ELPHEL_
QUALITY
)
==
15
){
// TIFF
if
(
elphel_get_P_value
(
$i
,
ELPHEL_
COLOR
)
==
15
){
// TIFF
echo
"TIFF"
.
elphel_get_P_value
(
$i
,
ELPHEL_BITS
);
}
else
{
echo
elphel_get_P_value
(
$i
,
ELPHEL_QUALITY
)
.
" %"
;
...
...
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