Created
November 29, 2016 13:07
-
-
Save sudk1896/dc1d4cd72bd92bef6d9371e5c8a33336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from unrealcv import client | |
client.connect() | |
import sys | |
##num = len(sys.argv) | |
## | |
##arg_list = (sys.argv) | |
##args = list() | |
## | |
##for i in range(1, len(arg_list)): | |
## x = int(arg_list[i]) | |
## args.append(x) | |
command = client.request('vget /camera/0/depth') | |
##save = client.request('vget /camera/0/lit') | |
print command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment