Can I run NVIDIA DeepStream SDK in Windows Server 2019?

后端 未结 1 1580
星月不相逢
星月不相逢 2021-01-27 13:27

System: I\'ve a Windows Server 2019 OS installed with a NVIDIA Tesla T4 Tensor Core GPU.

Goal: Planning to read real time streaming vide

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-27 14:10

    I have never worked with the windows server before it should be the same as a docker in Linux VM.

    First, you need to pull docker images for deepstream

    docker pull nvcr.io/nvidia/deepstream:5.0-dp-20.04-triton

    and then try to run sample apps provided in the docker image.

    Refer this for the procedure.

    if you are interested in python apps you can check sample apps here.

    Note:- make sure you are able to access display from inside the container cause deepstream use eglsink in their samples app which will try to open a display window on your screen or you can change the sink type to filesink if you want to save it is a file.

    Refer this for available plugins and their attributes.

    0 讨论(0)
提交回复
热议问题