Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfremerey committed Sep 23, 2019
1 parent 5fa9803 commit 18cb7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVTrack360_record/open_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def open_player(player_name, video_path, filename, projection_scheme, hmd):
helpers.kill_windows_process("Whirligig64bit.exe")
whirligig_opened = helpers.is_process_running("Whirligig64bit.exe")

thread.start_new_thread(open_whirligig, ("videos\\" + filename, projection_scheme))
_thread.start_new_thread(open_whirligig, ("videos\\" + filename, projection_scheme))
if hmd == "vive" or hmd == "rift":
# For HTC Vive wait a short moment until Whirligig player gets opened. Then set the window focus to it.
time.sleep(float(2))
Expand Down

0 comments on commit 18cb7ac

Please sign in to comment.