Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
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-393
Commits
b1272551
Commit
b1272551
authored
Mar 09, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swapped index.php <=> index1.php so now default is new with fast TIFF viewer
parent
558d5f18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
index.php
src/index/index.php
+16
-7
index1.php
src/index/index1.php
+7
-16
No files found.
src/index/index.php
View file @
b1272551
...
...
@@ -122,7 +122,7 @@
$sensors
=
get_sensors
();
$sensor_type
=
"none"
;
$preview_image_cmd
=
array
();
foreach
(
$sensors
as
$i
=>
$sensor
){
if
(
$sensor
!=
"none"
){
$sensor_type
=
$sensor
;
...
...
@@ -131,15 +131,24 @@
$sandp
=
"http://
{
$_SERVER
[
"SERVER_ADDR"
]
}
:"
.
(
$port0
+
$i
);
$href1
=
"
$sandp
/bimg"
;
$href2
=
"
$sandp
/mimg"
;
$href3
=
"
$sandp
/tiff_palette=2/tiff_telem=1/tiff_auto=33/tiff_convert/bimg"
;
if
(
$sensor_type
==
'boson640'
){
$preview_image_cmd
[]
=
'/tiff_palette=2/tiff_telem=1/tiff_auto=33/tiff_convert/bimg'
;
}
else
{
$preview_image_cmd
[]
=
'img'
;
}
$table_contents
.=
"<td valign='top'>"
;
$table_contents
.=
"<div class='port_window img_window'>"
;
//$table_contents .= "<div><a href=\"$href1\"><img class='img_window' src='$href1' style='width:300px'/></a></div>";
$table_contents
.=
"<div><a href=
\"
$href1
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
if
(
$sensor_type
==
boson640
){
$table_contents
.=
"<div><a href=
\"
$href3
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
}
else
{
$table_contents
.=
"<div><a href=
\"
$href1
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
}
$table_contents
.=
"<div style='text-align:center;'>"
;
$table_contents
.=
"port
$i
: "
;
$table_contents
.=
"port
$i
:
("
.
$sensor_type
.
")
"
;
$table_contents
.=
"<a title='single image' href='
$href1
'>bimg</a>, "
;
$table_contents
.=
"<a href=
\"
img.html?port=
$i
\"
title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "
;
$table_contents
.=
"<a href=
\"
img.html?port=
$i
&sensor_type=
$sensor_type
\"
title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "
;
$table_contents
.=
"<a title='multi-part image stream (M-JPEG). Played in browser as is.' href='
$href2
'>mimg</a>, "
;
$table_contents
.=
"<a href=
\"
mjpeg.html?port=
$i
\"
title='MJPEG stream played in html canvas' class='canvas_mjpeg'>canvas</a>"
;
$table_contents
.=
"</div>"
;
...
...
@@ -281,9 +290,9 @@
index
=
parseInt
(
$
(
this
).
attr
(
"index"
));
if
(
jp4_previews_enable
)
{
//jp4_previews[index] = $(this).jp4({ip:location.host,port:2323+index,width:300,fast:true,lowres:4});
jp4_previews
[
index
]
=
$
(
this
).
jp4
({
src
:
"http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
/img
"
,
width
:
300
,
fast
:
true
,
lowres
:
4
});
jp4_previews
[
index
]
=
$
(
this
).
jp4
({
src
:
"http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
<?php
echo
$preview_image_cmd
[
0
];
?>
"
,
width
:
300
,
fast
:
true
,
lowres
:
4
});
}
else
{
$
(
this
).
html
(
"<img width='300' src='http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
/img
' />"
);
$
(
this
).
html
(
"<img width='300' src='http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
<?php
echo
$preview_image_cmd
[
0
];
?>
' />"
);
}
});
}
...
...
src/index/index1.php
View file @
b1272551
...
...
@@ -122,7 +122,7 @@
$sensors
=
get_sensors
();
$sensor_type
=
"none"
;
$preview_image_cmd
=
array
();
foreach
(
$sensors
as
$i
=>
$sensor
){
if
(
$sensor
!=
"none"
){
$sensor_type
=
$sensor
;
...
...
@@ -131,24 +131,15 @@
$sandp
=
"http://
{
$_SERVER
[
"SERVER_ADDR"
]
}
:"
.
(
$port0
+
$i
);
$href1
=
"
$sandp
/bimg"
;
$href2
=
"
$sandp
/mimg"
;
$href3
=
"
$sandp
/tiff_palette=2/tiff_telem=1/tiff_auto=33/tiff_convert/bimg"
;
if
(
$sensor_type
==
'boson640'
){
$preview_image_cmd
[]
=
'/tiff_palette=2/tiff_telem=1/tiff_auto=33/tiff_convert/bimg'
;
}
else
{
$preview_image_cmd
[]
=
'img'
;
}
$table_contents
.=
"<td valign='top'>"
;
$table_contents
.=
"<div class='port_window img_window'>"
;
//$table_contents .= "<div><a href=\"$href1\"><img class='img_window' src='$href1' style='width:300px'/></a></div>";
if
(
$sensor_type
==
boson640
){
$table_contents
.=
"<div><a href=
\"
$href3
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
}
else
{
$table_contents
.=
"<div><a href=
\"
$href1
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
}
$table_contents
.=
"<div><a href=
\"
$href1
\"
><div index='
$i
' class='port_preview'></div></a></div>"
;
$table_contents
.=
"<div style='text-align:center;'>"
;
$table_contents
.=
"port
$i
:
("
.
$sensor_type
.
")
"
;
$table_contents
.=
"port
$i
: "
;
$table_contents
.=
"<a title='single image' href='
$href1
'>bimg</a>, "
;
$table_contents
.=
"<a href=
\"
img.html?port=
$i
&sensor_type=
$sensor_type
\"
title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "
;
$table_contents
.=
"<a href=
\"
img.html?port=
$i
\"
title='single image, auto refreshed on load, LOW RES, displays jpeg, tiff and jp4 formats'>img</a>, "
;
$table_contents
.=
"<a title='multi-part image stream (M-JPEG). Played in browser as is.' href='
$href2
'>mimg</a>, "
;
$table_contents
.=
"<a href=
\"
mjpeg.html?port=
$i
\"
title='MJPEG stream played in html canvas' class='canvas_mjpeg'>canvas</a>"
;
$table_contents
.=
"</div>"
;
...
...
@@ -290,9 +281,9 @@
index
=
parseInt
(
$
(
this
).
attr
(
"index"
));
if
(
jp4_previews_enable
)
{
//jp4_previews[index] = $(this).jp4({ip:location.host,port:2323+index,width:300,fast:true,lowres:4});
jp4_previews
[
index
]
=
$
(
this
).
jp4
({
src
:
"http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
<?php
echo
$preview_image_cmd
[
0
];
?>
"
,
width
:
300
,
fast
:
true
,
lowres
:
4
});
jp4_previews
[
index
]
=
$
(
this
).
jp4
({
src
:
"http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
/img
"
,
width
:
300
,
fast
:
true
,
lowres
:
4
});
}
else
{
$
(
this
).
html
(
"<img width='300' src='http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
<?php
echo
$preview_image_cmd
[
0
];
?>
' />"
);
$
(
this
).
html
(
"<img width='300' src='http://"
+
location
.
host
+
":"
+
(
2323
+
index
)
+
"
/img
' />"
);
}
});
}
...
...
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