bradenhurl / DeepGTAV-PreSIL

GNU General Public License v3.0
78 stars 16 forks source link

Does this support multiple cameras? #4

Open soulslicer opened 5 years ago

soulslicer commented 5 years ago

Does your plugin support multiple cameras?

Furthermore, does this run in real time. Meaning that can I pipe the output depth map from your code into another algorithm while I drive in real time

Hokyjack commented 5 years ago

Does your plugin support multiple cameras?

I am currently extending this project to support multiple cameras, configurable from python client-side. Should be finished with that in a week, than I can propose a merge.

This cannot run in real-time, because in Full-HD a process of collecting all data and saving to disk, takes about 6 seconds. During this the game is paused so all date are synchronized in position.

soulslicer commented 5 years ago

Ic, cant you stream it via a socket. I'm just seeing if this can be a contender to Carla