Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
6306c43a
Commit
6306c43a
authored
Jun 07, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.-confusing multiline 2. -noexif
parent
9718bffa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
camogm.js
recipes-core/apps-web/files/camogm.js
+2
-2
controls.js
recipes-core/apps-web/files/controls.js
+2
-2
index.html
recipes-core/apps-web/files/index.html
+2
-2
setup.js
recipes-core/apps-web/files/setup.js
+2
-2
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+1
-0
No files found.
recipes-core/apps-web/files/camogm.js
View file @
6306c43a
...
...
@@ -16,8 +16,8 @@ function init(){
var
port
=
2323
;
for
(
i
=
0
;
i
<
4
;
i
++
){
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
mimg"
;
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/mimg"
;
a
=
$
(
"<a>"
,{
href
:
ref
});
...
...
recipes-core/apps-web/files/controls.js
View file @
6306c43a
...
...
@@ -19,8 +19,8 @@ function init(){
var
port
=
2323
;
for
(
i
=
0
;
i
<
4
;
i
++
){
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
mimg"
;
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/mimg"
;
a
=
$
(
"<a>"
,{
href
:
ref
});
...
...
recipes-core/apps-web/files/index.html
View file @
6306c43a
...
...
@@ -39,8 +39,8 @@
var
port
=
2323
;
for
(
i
=
0
;
i
<
4
;
i
++
){
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
mimg"
;
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/mimg"
;
a
=
$
(
"<a>"
,{
href
:
ref
});
...
...
recipes-core/apps-web/files/setup.js
View file @
6306c43a
...
...
@@ -16,8 +16,8 @@ function init(){
var
port
=
2323
;
for
(
i
=
0
;
i
<
4
;
i
++
){
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/
noexif/
mimg"
;
var
url
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/img"
;
var
ref
=
"http://"
+
window
.
location
.
hostname
+
":"
+
(
port
+
i
)
+
"/mimg"
;
a
=
$
(
"<a>"
,{
href
:
ref
});
...
...
recipes-core/images/core-image-elphel393.bb
View file @
6306c43a
...
...
@@ -50,6 +50,7 @@ IMAGE_INSTALL_append += " python-core \
# gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-bad \
# gstreamer1.0-rtsp-server \
#
#kernel-modules
IMAGE_INSTALL_append += " kernel-module-ahci-elphel \
...
...
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