This is a simple tool to evaluate motion profiles in different zones simultaneously with video.
Implemented in Node.js
-
node.js
If you don't have
node.js
installed, go to Node.js Download to download one. This page might be helpful Getting-started.
git clone https://github.com/shuqinlee/MotionProfileJS.git
Open MotionJS\public
folder, place your motion profiles into img
folder and videos into video
corresponding to the name of motion profiles. (for now, maybe improved later)
把motion profiles放到img
文件夹下,相对应的视频放在video
文件夹下。
-
Open cmd or terminal
-
Mac:
Open terminal, cd into
MotionJS
directory:cd {Your path}/MotionProfileJS/MotionJS/
-
Windows
Run it with
cmd
.
-
-
run
node app.js
-
Server starts at port 127.0.0.1:2500 …
prompts server starts successfully. If fails, try switching the port specified in app.js. -
Open a browser, enter
127.0.0.1:2500
.