-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Python content to comply with PEP8 (via autopep8)
- Loading branch information
Stephen Tramer
committed
Jul 1, 2019
1 parent
08dfd56
commit 5b8b269
Showing
14 changed files
with
398 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
5b8b269
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebertrams with the changes of this commit I was having this error on Raspberry Pi 3 with stretch:
Tracing back to CameraCapture.py line 134:
self.vs = VideoStream(int(self.videoPath)).start()
I needed to use the file from here.