Skip to content

Commit

Permalink
added Ubuntu support for Logitech C510 according to user report.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Feb 16, 2014
1 parent 48b6709 commit 9d63d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/capture/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
def main():
# To assign camera by name: put string(s) in list
eye_src = ["Microsoft", "6000","Integrated Camera"]
world_src = ["Logitech Camera","C510","B525", "C525","C615","C920","C930e"]
world_src = ["Logitech Camera","UVC camera","C510","B525", "C525","C615","C920","C930e"]

# to assign cameras directly, using integers as demonstrated below
# eye_src = 1
Expand Down

0 comments on commit 9d63d94

Please sign in to comment.