Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. peter@TVC15:~/pistreaming $ python3 server.py
  2. $ sudo apt-get install libav-tools git python3-picamera python3-ws4py python3-pantilthat
  3. $ git clone https://github.com/waveform80/pistreaming.git
  4. $ cd pistreaming
  5. $ git checkout pantilthat
  6. $ python3 server.py
  7.  
  8.  
  9. Initializing HAT
  10. Traceback (most recent call last):
  11. File "server.py", line 259, in <module>
  12. main()
  13. File "server.py", line 199, in main
  14. hat.servo_enable(1, False)
  15. File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 395, in servo_enable
  16. self.setup()
  17. File "/usr/lib/python3/dist-packages/pantilthat/pantilt.py", line 72, in setup
  18. self._i2c = SMBus(1)
  19. FileNotFoundError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement