Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basler-nodejs-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
basler-nodejs-app
Commits
9e354291
Commit
9e354291
authored
Jun 20, 2019
by
Scott Classen
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
4e96a5e3
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-39
32 additions, 39 deletions
README.md
with
32 additions
and
39 deletions
README.md
+
32
−
39
View file @
9e354291
...
...
@@ -82,9 +82,6 @@ url to grab jpeg directly from node webapp.
`http://graphics1:3000/bvs-cgi/mjpg/video`
# NOTES and other resources I consulted.
*
https://github.com/freezer333/nodecpp-demo/blob/master/buffers/post.md
...
...
@@ -92,7 +89,7 @@ url to grab jpeg directly from node webapp.
*
https://stackoverflow.com/questions/5282659/some-clarification-needed-about-synchronous-versus-asynchronous-asio-operations
---------------------------------------------
#
i
nstall tomcat 7 and VideoSystem webapp
#
I
nstall tomcat 7 and VideoSystem webapp
Ultimately we want to integrate with Blu-Ice/DCS so need to get the VideoSystem to talk to bvs.
...
...
@@ -123,17 +120,13 @@ mvn install -Denv=graphics1
cp /usr/local/dcs/video-tomcat/target/VideoSystem-3.0.4.war /usr/share/tomcat/webapps/VideoSystem.war
---------------------------------------------
# urls for accessing the dev tomcat on graphics1
http://graphics1.bl831.als.lbl.gov:8080/VideoSystem/video.html?method=getVideoImage&stream=BL-831_SAMPLE
http://graphics1.bl831.als.lbl.gov:8080/VideoSystem/video.html?method=getVideoImage&stream=BL-831_TEST
## urls for accessing the dev tomcat on graphics1
`http://graphics1.bl831.als.lbl.gov:8080/VideoSystem/video.html?method=getVideoImage&stream=BL-831_SAMPLE`
`http://graphics1.bl831.als.lbl.gov:8080/VideoSystem/video.html?method=getVideoImage&stream=BL-831_TEST`
curl -v "http://graphics1.bl831.als.lbl.gov:3000/bvs-cgi/mjpg/video?resolution=240x150" -o /dev/null &
curl -v "http://graphics1.bl831.als.lbl.gov:3000/bvs-cgi/mjpg/video?resolution=240x150" -o /dev/null &
curl -v "http://graphics1.bl831.als.lbl.gov:3000/bvs-cgi/mjpg/video?resolution=240x150" -o /dev/null &
curl -v "http://graphics1.bl831.als.lbl.gov:3000/bvs-cgi/mjpg/video?resolution=240x150" -o /dev/null &
`curl -v "http://graphics1.bl831.als.lbl.gov:3000/bvs-cgi/mjpg/video?resolution=240x150" -o /dev/null &`
smallSize: resolution=176x112
...
...
@@ -147,7 +140,7 @@ largeSize: resolution=704x480
240x150
---------------------------------------------
# todo
# todo
and misc notes
✓allow image size to be specified in node url
✓allow compression to be specified in node url
...
...
@@ -156,7 +149,7 @@ how to deal with camera acquisition settings?
get a true mjpeg streamer working from node.js
https://pixelchinchilla.com/2017/05/diy-video-monitoring-system-part-iv-video-streaming-using-mjpeg/
*
https://pixelchinchilla.com/2017/05/diy-video-monitoring-system-part-iv-video-streaming-using-mjpeg/
need to initialize the camera instance once
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment