This page is still under construction

UnrealCV client API documentation

Python Client

from unrealcv import client
response = client.request('vget /camera/0/lit') # Capture a frame from the game

More commands can be found in commands page

MATLAB Client

Client code can be found in client/matlab