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
5ae8bb20
Commit
5ae8bb20
authored
Jun 28, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
5f42d569
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
camvc_interface.js
src/camvc_interface.js
+1
-2
No files found.
src/camvc_interface.js
View file @
5ae8bb20
...
...
@@ -593,13 +593,12 @@ camInterface.prototype.gotShadow=function() {
var
circbuf_fp
=
gRequests
.
circbuf_fp
;
if
(
circbuf_fp
){
img_port
=
img_port
+
"/"
+
circbuf_fp
.
replace
(
/
\/
/ig
,
""
);
img_port
=
img_port
+
"/"
+
circbuf_fp
.
replace
(
/
\/
/ig
,
""
);
}
if
(
jp4obj
!=
undefined
){
var
tmp
=
jp4obj
.
data
.
getAddr
();
if
(
img_port
!=
tmp
[
1
]){
jp4obj
.
data
.
setAddr
(
img_addr
,
img_port
);
}
...
...
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