Major fixes to work on 1280x800
This commit is contained in:
parent
217bf14ea3
commit
0de8e62300
1 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ logger = logging.getLogger(__name__)
|
|||
# Read Image
|
||||
#c = cv2.VideoCapture(args.camera)
|
||||
c = cv2.VideoCapture(args.camera)
|
||||
# set camera resoltion
|
||||
c.set(3, 1280)
|
||||
c.set(4, 720)
|
||||
#c.set(3, 480)
|
||||
|
|
Loading…
Reference in a new issue