Skip to content

Commit

Permalink
added high-speed eye cam
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBarz committed Apr 22, 2015
1 parent 7ce1186 commit c9e2ca3
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 @@ -90,7 +90,7 @@ class Global_Container(object):

def main():
# To assign camera by name: put string(s) in list
eye_cam_names = ["USB 2.0 Camera","Microsoft", "6000","Integrated Camera"]
eye_cam_names = ["USB 2.0 Camera","Microsoft", "6000","Integrated Camera","HD USB Camera"]
world_src = ["Logitech Camera","(046d:081d)","C510","B525", "C525","C615","C920","C930e"]
eye_src = (eye_cam_names,0),(eye_cam_names,1) #first match for eye0 and second match for eye1

Expand Down

0 comments on commit c9e2ca3

Please sign in to comment.