Giter Site home page Giter Site logo

Comments (6)

sytelus avatar sytelus commented on May 22, 2024

Yes, we have multi-camera support in the code. I'm working on making it work up stream so this should be available in ~2 weeks.

from airsim.

robbel avatar robbel commented on May 22, 2024

@sytelus: is there a way to spread the rendering of multiple camera views across a cluster of computers? Say we'd like to add 8 cameras -- I assume a single computer may not be able to render all those?

from airsim.

sytelus avatar sytelus commented on May 22, 2024

Each camera render has about 10-20% hit on FPS so running with > 3 cameras would lower FPS too much. There may be few ways to achieve this (1) use multiplayer features to run same environment on many machines (2) use time dilation (3) move same camera around 8 times. We have no plans for (1) yet but we welcome anyone if they want to contribute that feature. The (2) is in plans but on lower priority for now although current code should naturally support it. The (3) is tricky but more easily doable.

I would be interested why you might need so many cameras, of course :).

from airsim.

robbel avatar robbel commented on May 22, 2024

@sytelus, thanks a lot for the info. The multi-camera topic mostly concerned autonomous ground vehicle simulation, where 7+ cameras can be quite likely.

from airsim.

Strupi11 avatar Strupi11 commented on May 22, 2024

@sytelus Whats the status here? I would also need the camera viewports as RTSP streams. I could also help finishing it, if you'd push your branch.

from airsim.

sytelus avatar sytelus commented on May 22, 2024

This is implemented now. Please the doc https://github.com/Microsoft/AirSim/blob/master/docs/image_apis.md. I have also wrote sample code in Examples project that retrieves stereo images and ground truth depth image.

from airsim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.