Jasmine Deng
Jasmine Deng
To be more specific, I seem to be getting: "ERROR: Failed to receive frame."
Was a bug in my own setup.
Sorry, it seems like the bug reappeared. I cannot run if I pass in a Dataset object to the Start message. More specifically, it breaks if Dataset receives a "reward"...
@ndrplz I'm trying to see if multiple camera view is possible, and would be curious to know the exact code you used for your multi-camera view? I'm new to DeepGTAV...
I actually got multiple camera to work by adding a "cameraNumber" variable in Scenario.cpp and incrementing it once a frame is sent in Server.cpp. Changing the SET_TIME_SCALE to 0 while...