This website requires JavaScript.
Explore
Help
Sign In
rudefox
/
burrow-pi-img
Watch
2
Star
0
Fork
0
You've already forked burrow-pi-img
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
63120aee69
burrow-pi-img
/
deps
/
examples
/
python-multiCameraServer
/
runCamera
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add java, cpp, and python examples
2018-12-08 08:41:12 +00:00
#!/bin/sh
echo "Waiting 5 seconds..."
sleep 5
Default Python output to unbuffered (#52)
2019-01-11 11:20:41 +00:00
export PYTHONUNBUFFERED=1
Add java, cpp, and python examples
2018-12-08 08:41:12 +00:00
exec ./multiCameraServer.py
Reference in New Issue
Copy Permalink