Skip to content

Commit

Permalink
Update capture_x.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elerac committed Aug 15, 2020
1 parent e70b383 commit 92569f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/capture_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():
width = 640
height = 480

cap = cv2.VideoCapture(0) # External web camera
cap = cv2.VideoCapture(1) # External web camera
gray = sl.Gray()

# Generate and Decode x-coorde
Expand Down

0 comments on commit 92569f5

Please sign in to comment.