Skip to content
Snippets Groups Projects
Commit 9e354291 authored by Scott Classen's avatar Scott Classen :man_dancing_tone3:
Browse files

Update README.md

parent 4e96a5e3
Branches master
No related tags found
No related merge requests found
......@@ -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
---------------------------------------------
# install tomcat 7 and VideoSystem webapp
# Install 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment