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
5f42d569
Commit
5f42d569
authored
Jun 28, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed buffer backward viewing
parent
a7aa5b7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
camvc_interface.js
src/camvc_interface.js
+6
-0
No files found.
src/camvc_interface.js
View file @
5f42d569
...
@@ -582,6 +582,7 @@ camInterface.prototype.gotShadow=function() {
...
@@ -582,6 +582,7 @@ camInterface.prototype.gotShadow=function() {
}
}
gRequests
.
inProgress
=
false
;
gRequests
.
inProgress
=
false
;
document
.
imageGot
=
true
;
document
.
imageGot
=
true
;
document
.
getElementById
(
"idCameraImage"
).
src
=
gRequests
.
shadowImage
.
src
;
document
.
getElementById
(
"idCameraImage"
).
src
=
gRequests
.
shadowImage
.
src
;
var
tmp
=
gRequests
.
imgsrv
;
var
tmp
=
gRequests
.
imgsrv
;
...
@@ -590,6 +591,11 @@ camInterface.prototype.gotShadow=function() {
...
@@ -590,6 +591,11 @@ camInterface.prototype.gotShadow=function() {
var
img_addr
=
tmp
[
1
].
replace
(
/
\/
/ig
,
""
);
var
img_addr
=
tmp
[
1
].
replace
(
/
\/
/ig
,
""
);
var
img_port
=
tmp
[
2
].
replace
(
/
\/
/ig
,
""
);
var
img_port
=
tmp
[
2
].
replace
(
/
\/
/ig
,
""
);
var
circbuf_fp
=
gRequests
.
circbuf_fp
;
if
(
circbuf_fp
){
img_port
=
img_port
+
"/"
+
circbuf_fp
.
replace
(
/
\/
/ig
,
""
);
}
if
(
jp4obj
!=
undefined
){
if
(
jp4obj
!=
undefined
){
var
tmp
=
jp4obj
.
data
.
getAddr
();
var
tmp
=
jp4obj
.
data
.
getAddr
();
...
...
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