RTSP stream only support by IE11.
- modify camera ip addr in public/rtsp.html
- modify atlas ip addr in src/components/Visual/index.jsx url: 'http://192.168.1.111:3001',
npm install -g create-react-app
yarn
yarn build
yarn start
open IE browser: http://192.168.1.111:3001
or http://192.168.1.111:3001/visual.html (use mqtt.js)
docker build -t tf-inference-visual -f Dockerfile .
docker run -d --net host tf-inference-visual
docker pull braveyuyong/visual_rtsp:0.1 docker run -d --net host braveyuyong/visual_rtsp:0.1