Advertisement
marlonungos

RPi: USB camera as monitor/CCTV without recording

Feb 4th, 2020
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. #This program only works with USB cameras.
  2. ? sudo apt-get update
  3. > sudo apt-get install guvcview
  4.  
  5. > sudo service motion stop
  6. > sudo service motion start
  7.  
  8. #Open your browser and type this to address bar: [your ip address]:8081
  9. #ex: 192.168.1.101:8081
  10.  
  11. #note: do not use parallel  with fswebcam, opencv etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement