Simulation mode is useful to work on the UI and node.js feature deployment without having to run the neural network / the webcam.
Dependency: Mongodb installed (optional, only to record data) : see tutorial
# Clone repo
git clone https://github.com/opendatacam/opendatacam.git
or
git@github.com:opendatacam/opendatacam.git
# Install dependencies
npm i
# Run in dev mode
npm run dev
# Open browser on http://localhost:8080/
If you have an error while doing npm install
it is probably a problem with node-gyp, you need to install additional dependencies depending on your platform: https://github.com/nodejs/node-gyp#on-unix
npm run generateapidoc
(not needed anymore since https://github.com/opendatacam/opendatacam/pull/336)# Tag latest commit
git tag v3.0.1
# Push tag
git push origin v3.0.1
# List tags
git tag --list
# Remove tag on remote
git push origin :v3.0.1
# Delete local tag
git tag --delete v3.0.1
# Push all tag
git push --tags
https://ecotrust-canada.github.io/markdown-toc/
v4l2-ctl --list-devices