Git Product home page Git Product logo

Comments (4)

WASCHMASCHINE avatar WASCHMASCHINE commented on July 30, 2024

It's an sl::Mat, which usually gets converted to a cv::Mat. And you can even work directly on the GPU with CUDA on it. Unfortunately, there are no samples for the 2.0 SDK. Cannot comment on the Explorer.

from zed-sdk.

santonatos avatar santonatos commented on July 30, 2024

Yes I am aware of that, I was wondering if there is another way as well. What do you mean directly with CUDA and the GPU? How would that be possible?

from zed-sdk.

WASCHMASCHINE avatar WASCHMASCHINE commented on July 30, 2024

There is one GPU OpenGL interop example where you use cudaGraphicsGLRegisterImage to register the CUDA image to a GL_TEXTURE_2D and copy the sl::Mat on the GPU to the CUDA memory each frame grab.

from zed-sdk.

obraun-sl avatar obraun-sl commented on July 30, 2024

Hi,

ZED Explorer does not use OpenCV for display but OpenGL. It sends the CPU buffer to an OpenGL texture without going through CUDA.

As WASCHMASCHINE just said, you can use the CUDA-OPENGL interop to display a sl::Mat in the most efficient way.

from zed-sdk.

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.