Commit 7643fa8a authored by Andrey Filippov's avatar Andrey Filippov

added tiff to camogmgui

parent ce5e176f
......@@ -21,3 +21,6 @@ doxygen.tag
/image
/scripts
/html
/src/camogm_fifo_reader
/src/camogm_fifo_writer
\ No newline at end of file
......@@ -518,7 +518,11 @@
<?php
for ($i = 0; $i < $sensor_ports; $i++) {
echo "<td id=\"ajax_qual\">";
if (elphel_get_P_value($i, ELPHEL_QUALITY) == 15){ // TIFF
echo "TIFF".elphel_get_P_value($i, ELPHEL_BITS);
} else {
echo elphel_get_P_value($i, ELPHEL_QUALITY) . " %";
}
echo "</td>";
}
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment