Skip to content

Instantly share code, notes, and snippets.

@sudk1896
Created November 29, 2016 13:07
Show Gist options
  • Save sudk1896/dc1d4cd72bd92bef6d9371e5c8a33336 to your computer and use it in GitHub Desktop.
Save sudk1896/dc1d4cd72bd92bef6d9371e5c8a33336 to your computer and use it in GitHub Desktop.
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